mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Updated python installation step
This commit is contained in:
parent
48d4969f62
commit
6248fc926a
1 changed files with 8 additions and 4 deletions
12
.github/workflows/static-analysis.yml
vendored
12
.github/workflows/static-analysis.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue