File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248
248
.opam-env
249
249
D:\cygwin
250
250
D:\.opam
251
- key : opam-env-v10 -${{ matrix.os }}-${{ hashFiles('dune-project') }}
251
+ key : opam-env-v1 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}
252
252
253
253
- name : Use OCaml ${{matrix.ocaml_compiler}}
254
254
uses : ocaml/setup-ocaml@v3.0.0
@@ -281,7 +281,7 @@ jobs:
281
281
.opam-env
282
282
D:\cygwin
283
283
D:\.opam
284
- key : opam-env-v10 -${{ matrix.os }}-${{ hashFiles('dune-project') }}
284
+ key : opam-env-v1 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}
285
285
286
286
- name : Use cached OPAM environment
287
287
if : steps.cache-opam-env.outputs.cache-hit == 'true'
@@ -321,8 +321,6 @@ jobs:
321
321
echo "CYGWIN_ROOT=$CYGWIN_ROOT" >> "$GITHUB_ENV"
322
322
echo "CYGWIN_ROOT_BIN=$CYGWIN_ROOT_BIN" >> "$GITHUB_ENV"
323
323
echo "CYGWIN_ROOT_WRAPPERBIN=$CYGWIN_ROOT_WRAPPERBIN" >> "$GITHUB_ENV"
324
-
325
- echo "$CYGWIN_ROOT_WRAPPERBIN" >> "$GITHUB_PATH"
326
324
fi
327
325
shell : bash
328
326
You can’t perform that action at this time.
0 commit comments