mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-25 02:31:12 +00:00
ci: fix github workflow error on ndk installation on windows
This commit is contained in:
parent
97266df8c5
commit
750e77e646
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -136,9 +136,7 @@ jobs:
|
|||
run: |
|
||||
$sdkRoot = "C:\Android\android-sdk"
|
||||
$sdkManager = "$sdkRoot\cmdline-tools\latest\bin\sdkmanager.bat"
|
||||
Install-AndroidSDKPackages -AndroidSDKManagerPath $sdkManager `
|
||||
-AndroidSDKRootPath $sdkRoot `
|
||||
-AndroidPackages "ndk;${{ matrix.ndk }}"
|
||||
& $sdkManager --sdk_root=$sdkRoot "ndk;${{ matrix.ndk }}"
|
||||
|
||||
- name: Set up JDK 11 for x64
|
||||
uses: actions/setup-java@v3
|
||||
|
|
Loading…
Reference in a new issue