Skip to content

Commit

Permalink
workaround for libexaminer.so (no such file)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwkymt committed Dec 12, 2024
1 parent 48e2752 commit 56adabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
CC: ${{ matrix.compiler }}
LD_LIBRARY_PATH: /usr/lib:/usr/local/lib
run: make test
run: install -m 0755 /usr/local/lib/libexaminer.so ./build && make test

windows:
name: windows
Expand Down

0 comments on commit 56adabf

Please sign in to comment.