Update .gitea/workflows/linux_amd64.yml
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s

This commit is contained in:
2024-09-29 11:25:09 +00:00
parent 96eae5a08d
commit caa081601b

View File

@@ -29,7 +29,7 @@ jobs:
- name: 🏗️ Build
run: |
xmake f -m release -p linux -a x86_64 --trybuild=cmake
xmake f -m release -p linux -a x86_64 -v --trybuild=cmake
xmake require -v -j 10 --extra={system=false} libsdl2
xmake