Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Feb 5, 2023
1 parent 33fc5ee commit c549ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- run: npm i -g titanium
name: Install Titanium CLI

- run: ti sdk install --branch master 12.1.0.v20230204220027 --force
- run: ti sdk install --branch master 12.1.0.v20221229113413 --force
name: Install SDK 12.1.0

- name: Set up Homebrew
Expand All @@ -85,7 +85,7 @@ jobs:
with:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 12.1.0.v20230204220027
script: npm run test:android -- --sdkVersion 12.1.0.v20221229113413
disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures

- name: Show summary of ccache configuration and statistics counters
Expand Down

0 comments on commit c549ab9

Please sign in to comment.