Skip to content

Commit ca2aa57

Browse files
committed
List LLVM dir.
1 parent 95145cb commit ca2aa57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/spack_default_build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
cxx: /usr/lib/llvm-16/bin/clang++
138138
EOF
139139
140+
- name: Check LLVM compilers
141+
run: ls /usr/lib/llvm-16/bin/
142+
140143
- name: Configure GHCR mirror
141144
run: spack -e . mirror set --oci-username ${{ env.USERNAME }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache
142145

0 commit comments

Comments
 (0)