Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent fdd2495 commit 7e37721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Set up JDK 1.11
dotnet-version: 8.0.x
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17
- name: Build plugin
uses: eskatos/[email protected]
with:
Expand Down

0 comments on commit 7e37721

Please sign in to comment.