diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b20aded9c..6e77314a4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -97,6 +97,7 @@ jobs: - run: | npm config set cache "$( node -p "process.cwd()" )/temp/npm-cache" - name: Cache dependencies + if: ${{ matrix.os != 'windows' }} uses: actions/cache@v2 with: path: temp/npm-cache @@ -254,6 +255,7 @@ jobs: - run: | npm config set cache "$( node -p "process.cwd()" )/temp/npm-cache" - name: Cache dependencies + if: ${{ matrix.os != 'windows' }} uses: actions/cache@v2 with: path: temp/npm-cache