Skip to content

Commit

Permalink
Update test-tools workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Sep 24, 2024
1 parent ba11577 commit a84e6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install deps
run: apt update && apt install -y sudo wget curl openjdk-17-jdk
- name: Install Gradle
run: sudo bash ./tools/installGradle-8.10.1.sh
run: sudo bash ./tools/installGradle-8.10.2.sh
- name: Check Gradle
run: gradle --version
install-gradle-windows-test:
Expand All @@ -42,7 +42,7 @@ jobs:
}
- name: Install Gradle
shell: pwsh
run: tools/installGradle-8.10.1.ps1
run: tools/installGradle-8.10.2.ps1
- name: Refresh environment
shell: pwsh
run: |
Expand Down

0 comments on commit a84e6cb

Please sign in to comment.