Skip to content

Commit 4782e83

Browse files
committed
Use global mvn on linux/mac to fix permission denied
1 parent 8b29681 commit 4782e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build Native Image (Linux/macOS)
4242
if: matrix.os != 'windows-latest'
43-
run: ./mvnw -Pnative native:compile -DskipTests
43+
run: mvn -Pnative native:compile -DskipTests
4444
shell: bash
4545

4646
- name: Build Native Image (Windows)

0 commit comments

Comments
 (0)