Skip to content

Commit

Permalink
more debug listing
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent b2c3e67 commit facb8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- run: ls $(brew --prefix portaudio)/lib $(brew --prefix libsndfile)/lib
- run: ls -la $(brew --prefix portaudio)/lib $(brew --prefix libsndfile)/lib
- run: cp $(brew --prefix portaudio)/lib/portaudio.2.dylib $(brew --prefix libsndfile)/lib/libsndfile.1.0.37.dylib .
- name: Upload build artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit facb8f5

Please sign in to comment.