Skip to content

Commit

Permalink
What if I force newer python?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0iq committed May 10, 2024
1 parent cb339ed commit 40ac565
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ jobs:
docker cp $id:/sunwalker_box sunwalker_box
- name: Tests dependencies.
run: |
sudo apt install make python3.11 python3-yaml musl-tools libc6-dev
sudo ln -sf /bin/python3.11 /bin/python3
- name: Tests.
run: |
cd $REPO_NAME
sudo apt install make python3 python3-yaml musl-tools libc6-dev
sudo make test
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit 40ac565

Please sign in to comment.