diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2d739c..cbd6f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: java-package: 'jdk+fx' cache: maven - name: Build maven-osgi-bundles - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 30 max_attempts: 10 @@ -28,8 +28,9 @@ jobs: command: | cd ./cs-studio mvn verify -f maven-osgi-bundles/pom.xml -Dcs-studio=false -Declipse=false -Dtycho.localArtifacts=ignore -Dmaven.repo.local=../.m2/repository + on_retry_command: git clean -fqdx - name: Build cs-studio - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 30 max_attempts: 10