From 410e714e41619988cd5127fc64fc3ac621fb9a46 Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Wed, 18 Dec 2024 13:00:10 +0100 Subject: [PATCH] Pin coursier/setup-action by full version, sbtn->sbt to try fix the build (#1003) * Downgrade coursier/setup-action to try fix the build * Update .github/workflows/main.yaml * Update main.yaml * Update main.yaml * Update main.yaml * Update main.yaml --- .github/workflows/main.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e2801bdd..5c10c2ed3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,9 +14,10 @@ jobs: fetch-depth: 0 - run: | git rev-list --count --first-parent HEAD > patch_version.txt - - uses: coursier/setup-action@v1 + - uses: coursier/setup-action@v1.3.9 with: jvm: adopt:8 + apps: sbt - name: Compile run: | sbt -Dsbt.log.noformat=true +{,macroSub/,structType/}dependencyLockCheck @@ -68,9 +69,10 @@ jobs: - run: | git rev-list --count --first-parent HEAD > patch_version.txt - name: Set up JDK 8 - uses: coursier/setup-action@v1 + uses: coursier/setup-action@v1.3.9 with: jvm: adopt:8 + apps: sbt - name: Build JAR file run: | LIB_PACKAGE="+library/package"