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:
parent
954f28c2dc
commit
88b084422d
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -31,6 +31,12 @@ jobs:
|
||||
- name: Install Postgre SQL
|
||||
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
|
||||
run: sudo apt-get -y install zlib1g-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user