mirror of
https://github.com/jwetzell/qController.git
synced 2026-07-26 10:38:50 +00:00
Try setting up java
This commit is contained in:
@@ -23,6 +23,12 @@ jobs:
|
||||
uses: NuGet/setup-nuget@v1.2.0
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore
|
||||
- name: Setup java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
java-package: 'jdk'
|
||||
- name: Build Application
|
||||
run: |
|
||||
cd Droid
|
||||
|
||||
Reference in New Issue
Block a user