mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-21 20:27:46 +00:00
try to fix build
This commit is contained in:
parent
d8dd7dea4c
commit
1d7f97c5ef
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3.3.0
|
- uses: actions/checkout@v3.3.0
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: update
|
||||||
|
run: sudo apt-get update
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: sudo apt install -y ninja-build libmariadb-dev zlib1g-dev mariadb-server
|
run: sudo apt install -y ninja-build libmariadb-dev zlib1g-dev mariadb-server
|
||||||
- name: cmake
|
- name: cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue