From 9ce917d9356b51c11958012439b655c2eff26d40 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sun, 9 Feb 2020 18:16:46 +0000 Subject: [PATCH] jk'jkl' --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa794f8..1cf08d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ matrix: COMPILER_C="gcc" COMPILER_CXX="g++" REPOSITORY="https://github.com/RXT0112/Zernit.git" - PACKAGES="rustc cargo git make pkg-config libssl" + PACKAGES="rustc cargo git make pkg-config libssl-dev" - name: "Debian Testing with Clang" os: linux dist: bionic @@ -93,7 +93,7 @@ matrix: COMPILER_C="clang" COMPILER_CXX="clang++" REPOSITORY="https://github.com/RXT0112/Zernit.git" - PACKAGES="rustc cargo git make pkg-config libssl" + PACKAGES="rustc cargo git make pkg-config libssl-dev" # # Debian Sid # - name: "Debian Sid with GCC"