diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index bebc0cd..99d7219 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -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