Skip to content

Commit

Permalink
Do we care?
Browse files Browse the repository at this point in the history
  • Loading branch information
DustTheory committed Aug 29, 2024
1 parent ed13d37 commit ebc8825
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
version: "10.0"

- name: Symlink libclang.so (Linux)
if: contains(matrix.os, 'ubuntu')
run: sudo ln -s libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so
working-directory: ${{ env.LLVM_PATH }}/lib

- name: Set up Clang as C and C++ compiler
run: |
echo "CC=clang" >> $GITHUB_ENV
Expand Down

0 comments on commit ebc8825

Please sign in to comment.