Skip to content

Commit

Permalink
Update linker PLEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 3b8bbb5 commit 66788c5
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 @@ -21,7 +21,7 @@ jobs:
- 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
run: sudo apt-get install 'clang*'
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 66788c5

Please sign in to comment.