From e239688b71c387e0218579bbb0ec22591a0a750c Mon Sep 17 00:00:00 2001 From: nbauma109 Date: Thu, 9 May 2024 13:51:05 +0200 Subject: [PATCH 1/2] Update maven.yml: install certs --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2b6b89c2..738d195b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,5 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: .\build.bat + run: | + - .\install_certs.bat + - .\build.bat From af6f363848fbe924c964280a9f040b7e5707bde7 Mon Sep 17 00:00:00 2001 From: nbauma109 Date: Thu, 9 May 2024 13:53:24 +0200 Subject: [PATCH 2/2] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 738d195b..d88d5ece 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,6 +29,6 @@ jobs: cache: maven - name: Build with Maven run: | - - .\install_certs.bat - - .\build.bat + .\install_certs.bat + .\build.bat