Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seinsinnes authored Jan 15, 2025
1 parent 949a330 commit 5efc4eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Test sdkmanager
run: |
Get-ChildItem -Path "C:/Android/android-sdk/cmdline-tools/latest/bin"
C:/Android/android-sdk/cmdline-tools/tools/latest/bin/sdkmanager.bat --list
cd C:/Android/android-sdk/cmdline-tools/tools/latest/bin/
sdkmanager.bat --list
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 5efc4eb

Please # to comment.