Skip to content

Commit

Permalink
TEMP: check dynamic library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 22, 2023
1 parent c6c8e1b commit 0dd3cce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
ecasound
fftw
fmt
help2man
#help2man
jack
SoundScapeRenderer/ssr/libmysofa
libsndfile
Expand Down Expand Up @@ -158,6 +158,14 @@ jobs:
path: config.log
- run: |
make
- run: |
src/ssr-binaural --version || true
- run: |
cd src && ./ssr-binaural --version || true
- name: Check library dependencies
if: startsWith(matrix.os, 'macos')
run: |
otool -L src/ssr-binaural
- run: |
sudo make install
- name: Check dynamic libraries
Expand Down

0 comments on commit 0dd3cce

Please sign in to comment.