Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 16, 2024
1 parent 3b6e026 commit db7463c
Showing 1 changed file with 2 additions and 2 deletions.
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: ./package

- 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: ./package

- 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 db7463c

Please sign in to comment.