Skip to content

Commit

Permalink
Try to install all the llvm things so poly is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed May 22, 2024
1 parent 224b1c8 commit ca6ff3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ env.LLVM_VERSION }}
sudo ./llvm.sh ${{ env.LLVM_VERSION }} all
- name: Install cargo-hack for feature-flag checking
run: cargo install cargo-hack
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ env.LLVM_VERSION }}
sudo ./llvm.sh ${{ env.LLVM_VERSION }} all
- name: cargo check
run: cargo check --manifest-path ${{ matrix.path }} --all-targets
Expand Down

0 comments on commit ca6ff3e

Please sign in to comment.