mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Update cmake.yml
This commit is contained in:
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user