From ca55e1402b5427bff3f2db52edaa163321bfd89d Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 7 Sep 2024 16:50:26 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef7f35c8..237c6cd9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v4 with: repository: sbt/zinc - ref: wip/sbt-2.x + ref: develop path: zinc - name: Setup JDK uses: actions/setup-java@v4