Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 9, 2024
1 parent c55243f commit 99974dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '21'
- name: Install workloads
run: dotnet workload install android
- name: Build ChatGPT.UI.Android
Expand Down Expand Up @@ -66,6 +70,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Install workloads
Expand Down

0 comments on commit 99974dd

Please sign in to comment.