Skip to content

Commit 2154a32

Browse files
authored
Merge pull request #12705 from Alizter/push-skpnztwttzps
fix(ci): fix cache step
2 parents 78236e0 + 8843b8d commit 2154a32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/multi-repo-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
repos:
7-
description: 'Space-separated list of GitHub repos (e.g., "ocaml/opam owner/repo2")'
7+
description: 'Space-separated list of GitHub repos (e.g., "ocaml-dune/notty ocaml/ocaml-re")'
88
required: true
99
type: string
1010
depext_linux:
@@ -34,6 +34,7 @@ jobs:
3434
- macos-latest
3535
runs-on: ${{ matrix.os }}
3636
env:
37+
# TODO: Remove
3738
DUNE_CONFIG__PKG_BUILD_PROGRESS: enabled
3839
steps:
3940
- name: Checkout Dune
@@ -47,6 +48,7 @@ jobs:
4748
- name: Cache Nix store
4849
uses: nix-community/cache-nix-action@v6
4950
with:
51+
primary-key: nix-${{ runner.os }}-nix-build-${{ hashFiles('**/*.nix', '**/flake.lock') }}
5052
restore-prefixes-first-match: nix-${{ runner.os }}-nix-build-
5153
save: false
5254

0 commit comments

Comments
 (0)