Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 8ca5d05 commit e99a948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libsdl2-dev libsdl2-gfx-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-image-dev
- name: Install libunwind
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libunwind-dev
- name: Update linker
run: sudo apt-get install 'clang*'
- name: Update linkers
run: sudo apt-get install 'clang*' 'ld*'
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e99a948

Please sign in to comment.