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 Mar 27, 2024
1 parent b8b86cc commit 222330f
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 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 python3 python3-yaml musl-tools libc6-dev
sudo make test
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit 222330f

Please sign in to comment.