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.
2 parents 78236e0 + 8843b8d commit 2154a32Copy full SHA for 2154a32
.github/workflows/multi-repo-build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
repos:
7
- description: 'Space-separated list of GitHub repos (e.g., "ocaml/opam owner/repo2")'
+ description: 'Space-separated list of GitHub repos (e.g., "ocaml-dune/notty ocaml/ocaml-re")'
8
required: true
9
type: string
10
depext_linux:
@@ -34,6 +34,7 @@ jobs:
34
- macos-latest
35
runs-on: ${{ matrix.os }}
36
env:
37
+ # TODO: Remove
38
DUNE_CONFIG__PKG_BUILD_PROGRESS: enabled
39
steps:
40
- name: Checkout Dune
@@ -47,6 +48,7 @@ jobs:
47
48
- name: Cache Nix store
49
uses: nix-community/cache-nix-action@v6
50
with:
51
+ primary-key: nix-${{ runner.os }}-nix-build-${{ hashFiles('**/*.nix', '**/flake.lock') }}
52
restore-prefixes-first-match: nix-${{ runner.os }}-nix-build-
53
save: false
54
0 commit comments