Skip to content

Commit

Permalink
try different approach to installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 26, 2024
1 parent 4e6056a commit 1cd8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-up-job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
working-directory: ${{ inputs.yarn-install-directory }}
env:
GITHUB_TOKEN: ${{ github.token }}
run: yarn install:ci
run: yarn install --inline-builds && yarn --cwd packages/create-redwood-rsc-app install --inline-builds

- name: 🏗️ Build
if: inputs.build == 'true'
Expand Down

0 comments on commit 1cd8a81

Please sign in to comment.