Skip to content

Commit

Permalink
Restore turbo loose mode (#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Oct 28, 2024
1 parent 4755bbc commit 71d0c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
echo TURBO_TEAM=${{ inputs.turbo-team }} >> .env
echo TURBO_TOKEN=${{ inputs.turbo-token }} >> .env
echo TURBO_REMOTE_CACHE_SIGNATURE_KEY=${{ inputs.turbo-signature }} >> .env
echo TURBO_ENV_MODE=loose >> .env
- name: Install NPM Dependencies
shell: bash
Expand Down

0 comments on commit 71d0c66

Please sign in to comment.