Debug WIP: Updated python installation step

This commit is contained in:
Allan Jeremy 2022-06-13 12:57:41 +03:00
parent 48d4969f62
commit 6248fc926a

View file

@ -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: |