Skip to content

Commit b565eef

Browse files
committed
immutable is default in CI
1 parent 46b61ae commit b565eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: opam exec -- dune build --display quiet --profile static
255255

256256
- name: Install npm packages
257-
run: yarn install --immutable
257+
run: yarn install
258258

259259
- name: Copy compiler exes to platform bin dir
260260
run: node ./scripts/copyExes.js -compiler
@@ -406,7 +406,7 @@ jobs:
406406
node-version-file: .nvmrc
407407

408408
- name: NPM install
409-
run: yarn install --immutable
409+
run: yarn install
410410

411411
- name: Download artifacts
412412
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)