Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dojolew committed Nov 25, 2024
1 parent 8d2425d commit c972de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ runs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn install --cwd example --frozen-lockfile
yarn install --cwd example-new-architecture --frozen-lockfile
yarn install --frozen-lockfile
shell: bash

0 comments on commit c972de3

Please sign in to comment.