Skip to content

Commit

Permalink
ci: Install polly explicitly (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelRiedel authored Oct 5, 2023
1 parent f5f83ec commit 469ffcd
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 @@ -24,7 +24,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: Install LLVM
run: sudo apt install llvm-12-dev
run: sudo apt install llvm-12-dev libclang-common-12-dev
- name: Build Banshee
run: cargo build
- name: Run Banshee tests
Expand Down

0 comments on commit 469ffcd

Please sign in to comment.