Skip to content

Commit

Permalink
really?
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Dec 18, 2024
1 parent ec56817 commit a24f7ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
submodules: true

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Setup Java 17
uses: actions/setup-java@v4
with:
Expand All @@ -54,10 +58,6 @@ jobs:
run: |
sudo apt-get install jq
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Checkout OnnxRuntime GenAI repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a24f7ea

Please sign in to comment.