Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
westlicht committed Nov 13, 2023
1 parent 62fee31 commit 5aca552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
submodules: recursive
- name: Install Dependencies
run: sudo apt install -y libsdl2-dev libasound2-dev mesa-common-dev python3.7 python3.7-dev
run: sudo apt install -y libsdl2-dev libasound2-dev mesa-common-dev python3 python3-dev
- name: Setup
run: make setup_sim
- name: Build
Expand Down

0 comments on commit 5aca552

Please sign in to comment.