adding image copy utils
Some checks failed
Windows / build (ubuntu-latest) (push) Failing after 1m26s
Windows / build (macos-x86_64) (push) Has been cancelled
Windows / build (windows-x86_64) (push) Has been cancelled

This commit is contained in:
2026-02-03 09:43:25 +01:00
parent 1146a99c53
commit 311135e8a9
2 changed files with 16 additions and 2 deletions

View File

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