Skip to content

Commit

Permalink
Fix GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed May 13, 2024
1 parent b44de5a commit 4d11000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/partial-client-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
rustup update
rustup component add clippy
rustup install nightly
- name: Toolchain info
- name: Toolchain info
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/partial-lib-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup JDK 21
uses: actions/setup-java@v2
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 17
distribution: termurin

- name: Grant Permissions to gradlew
Expand Down

0 comments on commit 4d11000

Please sign in to comment.