Skip to content

Commit

Permalink
fix iOS ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 16, 2024
1 parent ac6b8ae commit 7c123db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: cd ${{ inputs.working-directory }} && yarn install --immutable
run: yarn install --immutable --cwd ${{ inputs.working-directory }}
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
working-directory: ../..
working-directory: ..

- name: Restore buildcache
uses: mikehardy/buildcache-action@v2
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
working-directory: ../..
working-directory: ..

- name: Remove worklets, skia and reanimated
run: yarn remove react-native-worklets-core @shopify/react-native-skia react-native-reanimated --cwd ..
Expand Down

0 comments on commit 7c123db

Please sign in to comment.