diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5f72046..7044067f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,11 @@ jobs: - name: Checkout opensource COBOL 4J uses: actions/checkout@v5 + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v3 + with: + gradle-version: wrapper + - name: Install opensource COBOL 4J if: inputs.configure-args == '' run: | diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index f367e55c..077b2ada 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -29,6 +29,11 @@ jobs: - name: Restore NuGet packages run: nuget restore ./win/ + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v3 + with: + gradle-version: wrapper + - name: Install opensource COBOL 4J working-directory: libcobj run: ./gradlew shadowJar