1
Fork 0
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:
Mordred 2023-02-25 22:59:34 +01:00
parent d8dd7dea4c
commit 1d7f97c5ef

View file

@ -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