Skip to content

Commit

Permalink
ci: fix ios builds w/o worklets
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 17, 2024
1 parent acf1bdf commit 3d355e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Remove worklets, skia and reanimated
run: |
bun remove react-native-worklets-core @shopify/react-native-skia react-native-reanimated --cwd ..
bun remove react-native-worklets-core @shopify/react-native-skia react-native-reanimated --cwd ../../
bun remove react-native-worklets-core @shopify/react-native-skia react-native-reanimated --cwd ../../package
- name: Restore buildcache
uses: mikehardy/buildcache-action@v2
Expand Down

0 comments on commit 3d355e1

Please sign in to comment.