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
d10f2f7785
commit
6fa667c0ca
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -23,16 +23,16 @@ jobs:
|
|||||||
run: cmake -E make_directory ${{github.workspace}}/build
|
run: cmake -E make_directory ${{github.workspace}}/build
|
||||||
|
|
||||||
- name: Install CURL
|
- name: Install CURL
|
||||||
run: sudo apt-get libssl-dev libcurl4-openssl-dev
|
run: sudo apt-get -y install libssl-dev libcurl4-openssl-dev
|
||||||
|
|
||||||
- name: Install MySQL
|
- name: Install MySQL
|
||||||
run: sudo apt-get libmysqlclient-dev
|
run: sudo apt-get -y install libmysqlclient-dev
|
||||||
|
|
||||||
- name: Install Postgre SQL
|
- name: Install Postgre SQL
|
||||||
run: sudo apt-get libpq-dev
|
run: sudo apt-get -y install libpq-dev
|
||||||
|
|
||||||
- name: Install ZLib
|
- name: Install ZLib
|
||||||
run: sudo apt-get zlib1g-dev
|
run: sudo apt-get -y install zlib1g-dev
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
# Use a bash shell so we can use the same syntax for environment variable
|
# Use a bash shell so we can use the same syntax for environment variable
|
||||||
|
Loading…
Reference in New Issue
Block a user