Skip to content

Commit

Permalink
Default path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 1, 2024
1 parent 1a1466c commit 90d3823
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ jobs:
name: Build and deploy Android HybridApp
needs: prep
runs-on: ubuntu-latest-xl
defaults:
run:
working-directory: react-native
env:
RUBYOPT: '-rostruct'
steps:
Expand All @@ -178,7 +181,6 @@ jobs:

- name: Change directories to Mobile-Expensify
run: |
cd react-native
git submodule update --init
git checkout andrew-mobile-deploy
Expand Down Expand Up @@ -447,9 +449,12 @@ jobs:
iOS_hybrid:
name: Build and deploy iOS HybridApp
needs: prep
runs-on: macos-13-xlarge
defaults:
run:
working-directory: react-native
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
runs-on: macos-13-xlarge
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -461,14 +466,11 @@ jobs:

- name: Change directories to Mobile-Expensify
run: |
cd react-native
git submodule update --init
git checkout andrew-mobile-deploy
- name: Configure MapBox SDK
run: |
ls -la
pwd
./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
- name: Setup Node
Expand Down

0 comments on commit 90d3823

Please sign in to comment.