Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenHillyard committed Sep 8, 2023
1 parent 429dc37 commit 547ef4b
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 @@ -32,7 +32,7 @@ jobs:
&& chmod +x llvm.sh
&& sudo ./llvm.sh 16
&& sudo apt install libpolly-16-dev libz-dev
&& sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-16 100
&& sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 547ef4b

Please sign in to comment.