Skip to content

Commit

Permalink
Update linker(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent d8647c2 commit 3b8bbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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-18
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 3b8bbb5

Please sign in to comment.