Skip to content

Commit

Permalink
chore: add os key for nx cache (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi authored Oct 27, 2023
1 parent 5ba3dd9 commit 5f5c9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v3
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
key: nx-${{ github.ref_name }}-${{ github.sha }}-${{ runner.os }}
restore-keys: |
nx-${{ github.ref_name }}-
nx-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/cache@v3
with:
path: .nx-cache
key: nx-${{ github.ref_name }}-${{ github.sha }}
key: nx-${{ github.ref_name }}-${{ github.sha }}-${{ runner.os }}
restore-keys: |
nx-${{ github.ref_name }}-
nx-
Expand Down

0 comments on commit 5f5c9ee

Please sign in to comment.