Skip to content

Commit

Permalink
wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 11, 2024
1 parent eec48c2 commit 32453bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-application-expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Install App Pods
if: ${{ matrix.platform == 'ios' }}
working-directory: samples/ios
working-directory: samples/expo/ios
run: |
[[ "${{ matrix.build-type }}" == "production" ]] && ENABLE_PROD=1 || ENABLE_PROD=0
[[ "${{ matrix.ios-use-frameworks }}" == "dynamic-frameworks" ]] && export USE_FRAMEWORKS=dynamic
Expand Down

0 comments on commit 32453bf

Please sign in to comment.