Skip to content

Commit

Permalink
library path for brew installed libs
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiri committed Sep 23, 2024
1 parent 399ad30 commit 2774137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ jobs:
run: gcc ./tests/c_shared_lib_test.c -L./target/aarch64-apple-darwin/debug/ -lcskk -lxkbcommon -o ./tests/lib_test
- name: Run lib test (MacOS M1)
if: matrix.os == 'macOS-latest'
run: DYLD_LIBRARY_PATH=./target/aarch64-apple-darwin/debug/ ./tests/lib_test
run: DYLD_LIBRARY_PATH=./target/aarch64-apple-darwin/debug/:$(brew --prefix)/lib/ ./tests/lib_test

0 comments on commit 2774137

Please sign in to comment.