fix(ci): clear Quarkus Maven cache before native build
CI / Build Native (push) Failing after 1m10s

This commit is contained in:
2026-08-18 10:18:11 -04:00
parent 0e072cfcb7
commit 25aba44377
+3
View File
@@ -51,6 +51,9 @@ jobs:
java-version: '21'
components: 'native-image'
- name: Clear Quarkus Maven cache
run: rm -rf ~/.m2/repository/io/quarkus
- name: Build (Native)
run: mvn package -Pnative -B -DskipTests -Dquarkus.native.native-image-xmx=4g -U