Skip to content

Commit

Permalink
Debug WIP: Updated python installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed Jun 13, 2022
1 parent 48d4969 commit 6248fc9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6248fc9

Please sign in to comment.