Skip to content

Commit

Permalink
ci: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 2, 2024
1 parent a5df80e commit d55ab36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
sudo apt install llvm-15-dev
echo "LLVM_SYS_150_PREFIX=$(llvm-config-15 --prefix)" >> $GITHUB_ENV
- name: Debug environment variables
run: |
env
echo $LLVM_SYS_150_PREFIX
- name: Build Banshee
run: cargo build
- name: Run Banshee tests
Expand Down

0 comments on commit d55ab36

Please sign in to comment.