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.
1 parent 2c2404d commit 8fffff7Copy full SHA for 8fffff7
.github/workflows/ci.yml
@@ -280,6 +280,7 @@ jobs:
280
run: |
281
which opam > .opam-path
282
opam env > .opam-env
283
+ shell: bash
284
285
- name: Save OPAM env
286
id: cache-opam-env
@@ -306,11 +307,13 @@ jobs:
306
307
OPAM_PATH="$(cat .opam-path)"
308
chmod +x "$OPAM_PATH"
309
dirname "$OPAM_PATH" >> "$GITHUB_PATH"
310
311
312
- name: Use cached OPAM env - Environment variables
313
if: steps.cache-opam-tool.outputs.cache-hit == 'true'
314
315
sed "s/'//g; s/; export .*//g" .opam-env >> "$GITHUB_ENV"
316
317
318
- name: "Build compiler"
319
if: runner.os != 'Linux'
0 commit comments