Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix authored Jun 4, 2024
1 parent 77224a4 commit 29ad781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ jobs:
- name: print environment
run: env
- name: dependencies
run: brew install pkgconfig libsoxr flac libvorbis opus ccache expat
run: |
brew install pkgconfig libsoxr flac libvorbis opus ccache expat openssl
brew link openssl --force
- name: cache boost
id: cache-boost
uses: actions/cache@v4
Expand Down

0 comments on commit 29ad781

Please sign in to comment.