This commit is contained in:
Kreyren 2020-02-09 17:38:27 +00:00
parent 414e050084
commit b75dd0317b

@ -81,7 +81,7 @@ matrix:
COMPILER_C="gcc"
COMPILER_CXX="g++"
REPOSITORY="https://github.com/RXT0112/Zernit.git"
PACKAGES="cargo git"
PACKAGES="rustc git"
- 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="cargo git"
PACKAGES="rustc git"
# # Debian Sid
# - name: "Debian Sid with GCC"