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

Update cmake.yml

This commit is contained in:
Sandu Liviu Catalin 2021-08-22 18:46:19 +03:00
parent 954f28c2dc
commit 88b084422d

View File

@ -31,6 +31,12 @@ jobs:
- name: Install Postgre SQL - name: Install Postgre SQL
run: sudo apt-get -y install libpq-dev run: sudo apt-get -y install libpq-dev
- name: Install Sodium
run: sudo apt-get -y install libsodium-dev
- name: Install GNUTLS
run: sudo apt-get -y install libgnutls-dev
- name: Install ZLib - name: Install ZLib
run: sudo apt-get -y install zlib1g-dev run: sudo apt-get -y install zlib1g-dev