Skip to content

Commit

Permalink
ci: Try different package
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 2, 2024
1 parent b11f553 commit eee45e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: Install LLVM
run: |
sudo apt install llvm-15-dev libclang-common-15-dev
sudo apt install llvm-15-dev libpolly-15-dev
echo "LLVM_SYS_150_PREFIX=$(llvm-config-15 --prefix)" >> $GITHUB_ENV
- name: Build Banshee
run: cargo build
Expand Down

0 comments on commit eee45e7

Please sign in to comment.