We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ee1df commit 840aff2Copy full SHA for 840aff2
1 file changed
.github/workflows/build.yml
@@ -11,4 +11,8 @@ permissions:
11
12
jobs:
13
build:
14
- uses: qupath/actions/.github/workflows/gradle.yml@main
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Make gradlew executable
17
+ run: chmod +x ./gradlew
18
+ - uses: qupath/actions/.github/workflows/gradle.yml@main
0 commit comments