1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-07 16:27:15 +01:00

Update cmake.yml

This commit is contained in:
Sandu Liviu Catalin 2021-08-22 18:59:20 +03:00
parent 88b084422d
commit 94f4459d5b

View File

@ -35,7 +35,7 @@ jobs:
run: sudo apt-get -y install libsodium-dev
- name: Install GNUTLS
run: sudo apt-get -y install libgnutls-dev
run: sudo apt-get -y install libgnutls28-dev
- name: Install ZLib
run: sudo apt-get -y install zlib1g-dev