Skip to content

Commit

Permalink
It isn't
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Jul 14, 2024
1 parent 4b0c29b commit af5f18a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:

- name: Restore dependencies
run: dotnet restore (Get-ChildItem -Path ${{ matrix.solution }} -Filter *.sln).FullName

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit af5f18a

Please sign in to comment.