mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-14 12:26:56 +00:00
[CI] Test all cmdlinetools versions
This commit is contained in:
9
.github/workflows/build-test.yml
vendored
9
.github/workflows/build-test.yml
vendored
@@ -63,7 +63,12 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022 ]
|
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022 ]
|
||||||
|
cmdline-tools-version:
|
||||||
|
- 10406996
|
||||||
|
- 9862592
|
||||||
|
- 9477386
|
||||||
|
- 9123335
|
||||||
|
- 8512546
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -83,7 +88,7 @@ jobs:
|
|||||||
|
|
||||||
- run: node dist/index.js
|
- run: node dist/index.js
|
||||||
env:
|
env:
|
||||||
INPUT_CMDLINE-TOOLS-VERSION: '10406996'
|
INPUT_CMDLINE-TOOLS-VERSION: ${{ matrix.cmdline-tools-version }}
|
||||||
|
|
||||||
- run: sdkmanager --list
|
- run: sdkmanager --list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user