Skip to content

Commit

Permalink
setting up java for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 10, 2024
1 parent 189eaa1 commit 4b2cd44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '21'
- name: Install Aspire workload
run: dotnet workload install aspire
- name: Restore dependencies
Expand Down

0 comments on commit 4b2cd44

Please sign in to comment.