Skip to content

Commit

Permalink
Update cordova.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie authored Jun 25, 2024
1 parent 8f66b71 commit 0da29d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
cmdline-tools-version: ${{ matrix.android-cmdline-tools-version }}
- name: Build test app
run: |
sdkmanager "build-tools;30.0.3;34.0.0"
sdkmanager "build-tools;30.0.3"
sdkmanager "build-tools;34.0.0"
npm install -g cordova@${{ matrix.cordova }}
cordova create temp
cd temp
Expand Down

0 comments on commit 0da29d0

Please sign in to comment.