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 b040d42 commit 7e0caa7Copy full SHA for 7e0caa7
.github/workflows/ci.yml
@@ -282,7 +282,7 @@ jobs:
282
key: ${{ steps.compiler-build-state-key.outputs.value }}
283
284
- name: Install npm packages
285
- run: yarn install --immutable
+ run: yarn install
286
287
- name: Copy compiler exes to platform bin dir
288
run: node ./scripts/copyExes.js -compiler
@@ -434,7 +434,7 @@ jobs:
434
node-version-file: .nvmrc
435
436
- name: NPM install
437
438
439
- name: Download artifacts
440
uses: actions/download-artifact@v4
0 commit comments