Skip to content

Commit

Permalink
fix: revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 21, 2024
1 parent 8e50ead commit 16e75ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildAndroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
jobs:
build:
name: Build Android app
runs-on: ubuntu-latest
runs-on: ubuntu-latest-xl
env:
RUBYOPT: '-rostruct'
outputs:
Expand All @@ -67,8 +67,8 @@ jobs:
with:
ref: ${{ inputs.ref }}

#- name: Configure MapBox SDK
# run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
- name: Configure MapBox SDK
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}

- name: Setup Node
uses: ./.github/actions/composite/setupNode
Expand Down

0 comments on commit 16e75ac

Please sign in to comment.