Skip to content

Commit

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

0 comments on commit b11f553

Please sign in to comment.