Skip to content

Commit

Permalink
Fix YN0028
Browse files Browse the repository at this point in the history
  • Loading branch information
findhumane committed Mar 17, 2024
1 parent 4c6f30a commit dc1f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --immutable
shell: bash

0 comments on commit dc1f8a8

Please sign in to comment.