diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 527b2d0..a7b7a8b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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