fix(ci): add -U flag to force fresh dependency resolution in native build
CI / Build Native (push) Failing after 58s
CI / Build Native (push) Failing after 58s
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
components: 'native-image'
|
components: 'native-image'
|
||||||
|
|
||||||
- name: Build (Native)
|
- 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
|
- name: Verify native binary
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user