From 1a900ee5dcee173be09be773091333225fa2215a Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Wed, 6 Mar 2024 14:02:21 +0100 Subject: [PATCH] Publish local Zinc --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 481a7b642..62cbe5f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v3 with: repository: sbt/zinc - ref: develop + ref: wip/sbt-2.x path: zinc - name: Setup JDK uses: actions/setup-java@v3 @@ -104,6 +104,12 @@ jobs: rm -rf "$HOME/.sbt/scripted/" || true rm -rf "$HOME/.ivy2/local" || true rm -r $(find $HOME/.sbt/boot -name "*-SNAPSHOT") || true + - name: Publish local Zinc + shell: bash + run: | + ./sbt -v lowerUtils/publishLocal + cd zinc/ + sbt publishLocal - name: Build and test (1) if: ${{ matrix.jobtype == 1 }} shell: bash