diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1ec98233..c15843c4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: | echo $RUNNER_OS - name: Set up SBT - uses: olafurpg/setup-scala@v11 + uses: robertoaloi/setup-scala@v11 with: java-version: '17' - name: Set up rust toolchain