Skip to content

Commit

Permalink
Install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jun 3, 2024
1 parent f3f38da commit 34c5b43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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
xcode-select --install
- name: cache boost
id: cache-boost
uses: actions/cache@v4
Expand Down Expand Up @@ -305,7 +307,7 @@ jobs:
cd c:\vcpkg
git pull
vcpkg.exe update
vcpkg.exe --triplet x64-windows install libflac libvorbis soxr opus boost-asio
vcpkg.exe --triplet x64-windows install libflac libvorbis soxr opus boost-asio openssl
- name: configure
run: |
echo vcpkg installation root: ${env:VCPKG_INSTALLATION_ROOT}
Expand Down

0 comments on commit 34c5b43

Please sign in to comment.