Fix zlib linkage

This commit is contained in:
Ilya Fedin
2020-02-08 08:29:51 +04:00
committed by John Preston
parent 6206b6f843
commit fb2bbd87b7
2 changed files with 1 additions and 18 deletions
-10
View File
@@ -111,16 +111,6 @@ jobs:
cmake --version
- name: Zlib.
run: |
cd $LibrariesPath
git clone $GIT/madler/zlib.git
cd zlib
./configure
make -j$(nproc)
sudo make install
- name: Opus cache.
id: cache-opus
uses: actions/cache@v1