Skip to content

Commit

Permalink
Update test-tools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Nov 1, 2024
1 parent 314b2dd commit f45d82c
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.2.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.2.ps1
run: .tools/installGradle-8.10.2.ps1
- name: Refresh environment
shell: pwsh
run: |
Expand Down

0 comments on commit f45d82c

Please sign in to comment.