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 46b61ae commit b565eefCopy full SHA for b565eef
.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
254
run: opam exec -- dune build --display quiet --profile static
255
256
- name: Install npm packages
257
- run: yarn install --immutable
+ run: yarn install
258
259
- name: Copy compiler exes to platform bin dir
260
run: node ./scripts/copyExes.js -compiler
@@ -406,7 +406,7 @@ jobs:
406
node-version-file: .nvmrc
407
408
- name: NPM install
409
410
411
- name: Download artifacts
412
uses: actions/download-artifact@v4
0 commit comments