From 8c5ad79810ad7017de530bfa802ce9d468ac0999 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Mon, 29 Jul 2024 15:41:45 +0900 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9253728..f877527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: fetch-depth: 0 - name: Setup Scala and Java uses: olafurpg/setup-scala@v10 + with: + java-version: adopt@1.11 - name: Cache scala dependencies uses: coursier/cache-action@v5 - name: Release artifacts