Skip to content

Commit ab9eca4

Browse files
committed
try simlink step
1 parent 2dbcd32 commit ab9eca4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-rs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)