fixing CI
Some checks failed
Windows / build (windows-x86_64) (push) Failing after 3s
Windows / build (macos-x86_64) (push) Failing after 2m47s
Windows / build (ubuntu-latest) (push) Failing after 4m10s

This commit is contained in:
2026-01-18 16:04:37 +01:00
parent d0521c19d9
commit 7998ef448e

View File

@@ -38,7 +38,7 @@ jobs:
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
- name: Update xmake repository
run: xmake repo --root --update
run: cd sandbox && xmake repo --root --update
- name: Build test
run: xmake --yes --root
run: cd sandbox && xmake --yes --root