From 6248fc926af6b7353f23a90b22b49a10a133bfa9 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 13 Jun 2022 12:57:41 +0300 Subject: [PATCH] Debug WIP: Updated python installation step --- .github/workflows/static-analysis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 03687796..0df1da1d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -40,10 +40,14 @@ jobs: - name: Build Luau run: make config=release luau luau-analyze - - uses: actions/setup-python@v3 - with: - python-version: "3.9" - architecture: "x64" + - name: Setup python + run: | + sudo apt-get install python3 + + # - uses: actions/setup-python@v3 + # with: + # python-version: "3.9" + # architecture: "x64" - name: Install python dependencies run: |