Skip to content

Commit

Permalink
Test to check if setting android tool version in pipeline manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumrunner committed Dec 29, 2024
1 parent bb611c3 commit 33286f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
#Download and install android build sdk
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9477386

#Test only to check if android system variables are set correctly: Run build script (remove this later)
- name: Run build batch script
run: ${{ github.workspace }}/build.bat

#Downloading and installing unity
#It should be possible to install more than one module at a time
Expand Down

0 comments on commit 33286f0

Please sign in to comment.