We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc9ee commit aaadca7Copy full SHA for aaadca7
.github/workflows/checks.yml
@@ -179,9 +179,9 @@ jobs:
179
uses: actions/cache@v3
180
with:
181
path: .nxcache
182
- key: build-cache-key-${{ runner.os }}-${{ github.run_id }}
+ key: build-cache-key-${{ runner.os }}-${{ matrix.target }}-${{ matrix.jobIndex }}-${{ github.run_id }}
183
restore-keys: |
184
- build-cache-key-${{ runner.os }}-
+ build-cache-key-${{ runner.os }}-${{ matrix.target }}-${{ matrix.jobIndex }}-
185
- name: Install dependencies
186
run: yarn --frozen-lockfile --ignore-engines
187
if: steps.dependency-cache.outputs.cache-hit != 'true'
0 commit comments