From ff8e732635bf7a0dc44f16f9ab8a391ba672e8ee Mon Sep 17 00:00:00 2001 From: Sam Guymer Date: Sat, 11 Jul 2026 11:11:28 +1000 Subject: [PATCH] Attempt to fix CI on main --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcea59f..d38ff1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,6 @@ jobs: - name: Cache SBT uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 - with: - extraKey: v2 - name: Lint run: sbt --client "++${{ matrix.scala }} scalafmtCheckAll" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 615a1ab..c48ae3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,6 @@ jobs: - name: Cache SBT uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 - with: - extraKey: v2 - name: Release run: sbt ci-release