1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-08 13:52:08 -06:00

fixed reference to gitlab in ci

This commit is contained in:
Crimson-Hawk
2024-05-29 16:51:35 +08:00
parent e1f809079e
commit 7b13512b41
4 changed files with 81 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ set -e
ccache -s
git submodule update --init --recursive
rm -rf build
mkdir -p build && cd build
/usr/bin/x86_64-w64-mingw32-cmake .. \