mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-14 14:11:23 +00:00
Update maven-publish.yml
This commit is contained in:
5
.github/workflows/maven-publish.yml
vendored
5
.github/workflows/maven-publish.yml
vendored
@@ -30,7 +30,10 @@ jobs:
|
||||
with:
|
||||
graalvm-version: '21.3.0' # Ensure this version is compatible with Java 17
|
||||
java-version: '17'
|
||||
|
||||
|
||||
- name: Set execute permissions for mvnw
|
||||
run: chmod +x ./mvnw
|
||||
|
||||
- name: Build native image with Maven
|
||||
run: ./mvnw native:compile -Pnative
|
||||
|
||||
|
Reference in New Issue
Block a user