Skip to content

Commit 66fc18f

Browse files
committed
GitHub: Drop runner.os from cache-key
1 parent 52db0b5 commit 66fc18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openwrt-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
env:
19-
cache-key: ${{ runner.os }}-${{ matrix.version }}-${{ matrix.lunch }}
19+
cache-key: ${{ matrix.version }}-${{ matrix.lunch }}
2020

2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)