diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a718bf0..f97166e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,18 +79,18 @@ jobs: run: | sudo apt-get update sudo apt-get install -y ninja-build - - - name: Setup emsdk + occt - run: npm run setup - - name: Restore Emscripten cache + - name: Restore Build Cache uses: actions/cache@v5 with: - path: build/target + path: build key: emcache-${{ env.EM_VERSION }}-${{ runner.os }}-${{ runner.arch }} restore-keys: | emcache-${{ env.EM_VERSION }}-${{ runner.os }}- + - name: Setup emsdk + occt + run: npm run setup + - name: Build run: npm run build