Skip to content

Commit

Permalink
Fixed workflow yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Jun 29, 2024
1 parent 47978f2 commit 3f1b5c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
with:
version: ${{ matrix.clang_version }}

- name: Symlink libclang.so (Linux)
run: sudo ln -s libclang-${{ matrix.clang_version }}.so.1 /lib/x86_64-linux-gnu/libclang.so
working-directory: ${{ env.LLVM_PATH }}/lib
- run: sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang-${{ matrix.clang_version }}.so.1 /lib/x86_64-linux-gnu/libclang.so

- name: Setup BATS
uses: mig4/setup-bats@v1
Expand Down

0 comments on commit 3f1b5c1

Please sign in to comment.