Skip to content

Commit 840aff2

Browse files
authored
Update build.yml
1 parent c0ee1df commit 840aff2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ permissions:
1111

1212
jobs:
1313
build:
14-
uses: qupath/actions/.github/workflows/gradle.yml@main
14+
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

Comments
 (0)