diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cf1d1d9..527b2d0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: components: 'native-image' - name: Build (Native) - run: mvn package -Pnative -B -DskipTests -Dquarkus.native.native-image-xmx=4g + run: mvn package -Pnative -B -DskipTests -Dquarkus.native.native-image-xmx=4g -U - name: Verify native binary run: |