diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8df431..11b27f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,13 +92,8 @@ jobs: restore-keys: | emcache-${{ env.EM_VERSION }}-${{ runner.os }}- - - name: Ensure cache directory exists - run: mkdir -p "${{ env.EM_CACHE }}" - - name: Build run: npm run build - env: - EM_COMPILER_WRAPPER: sccache - name: Archive build/target id: archive