diff --git a/.github/workflows/ci-xmake-wasm.yml b/.github/workflows/ci-xmake-wasm.yml index 134e8dbcf..1fa42067d 100644 --- a/.github/workflows/ci-xmake-wasm.yml +++ b/.github/workflows/ci-xmake-wasm.yml @@ -52,7 +52,7 @@ jobs: key: ${{ runner.os }}-xmake-${{ hashFiles('**/xmake.lua') }} # Force xmake to a specific folder (for cache) - name: emscripten - run: xrepo install emscripten + run: xrepo install -y emscripten - name: config run: xmake config --yes -p wasm -vD - name: build