Browse Source

CI: AppVeyor: explicitly install liblz4-dev

since https://github.com/OpenVPN/openvpn/commit/24596b258aa3a9c0bd79e7e7bd4753c48a435408
bundled lz4 was removed. openvpn (used for live tests) now relies on system
lz4 lib.
Ilya Shipitsin 4 years ago
parent
commit
c4b5455663
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -28,7 +28,7 @@ build_script:
   - .ci/memory-leak-test.sh
 test_script:
   - .ci/appveyor-deb-install-test.sh
-  - sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
+  - sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip liblz4-dev # openvpn build deps
   - sudo .ci/start-se-openvpn.sh
   - sudo .ci/run-openvpn-tests.sh