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 632d5de commit 429dc37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install llvm-16
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && sudo apt install libpolly-16-dev libz-dev
run: wget https://apt.llvm.org/llvm.sh
&& 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
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 429dc37

Please sign in to comment.