Skip to content

Commit

Permalink
Updated pre-build installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent b8c2385 commit 31cdc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install SDL2
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libsdl2-dev
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libsdl2-dev libsdl2-gfx-dev libsdl2-mixer-dev libsdl2-ttf-dev
- name: Install libunwind
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev
- name: Import
Expand Down

0 comments on commit 31cdc1f

Please sign in to comment.