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 edf2652 commit bcfebd7
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 @@ -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 linkers
run: sudo apt-get install 'clang*' ld lld
run: sudo apt-get install 'clang*' ldc lld
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
Expand All @@ -47,7 +47,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*' ld lld
run: sudo apt-get install 'clang*' ldc lld
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit bcfebd7

Please sign in to comment.