File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,15 @@ jobs:
142142 uses : KyleMayes/install-llvm-action@v2
143143 with :
144144 version : ${{ env.LLVM_VERSION }}
145- # - name: Build with all features
145+ - name : Symlink libclang.so (Linux)
146+ run : sudo ln -s libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so
147+ working-directory : ${{ env.LLVM_PATH }}/lib
148+
149+ # - name: Build with all features
146150 # run: cargo nextest r --verbose --all-features --no-run
147151 # - name: Tests with all features
148152 # run: cargo nextest r --verbose --all-features
153+
149154 - name : Build hugr-llvm
150155 if : ${{ needs.changes.outputs.llvm == 'true'}}
151156 run : cargo nextest r -p hugr-llvm --verbose --features llvm${{ env.LLVM_FEATURE_NAME }} --no-run
You can’t perform that action at this time.
0 commit comments