From af5c6dee021efd7bb87c9f15c75effd2758741a6 Mon Sep 17 00:00:00 2001 From: Andy Gallagher Date: Fri, 31 Jan 2025 16:18:07 +0000 Subject: [PATCH] fix build --- .github/workflows/gnm-style.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gnm-style.yml b/.github/workflows/gnm-style.yml index 4d43afa..0d5d996 100644 --- a/.github/workflows/gnm-style.yml +++ b/.github/workflows/gnm-style.yml @@ -21,12 +21,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: corretto - java-version: 11 - cache: sbt + - name: Setup Scala build + uses: guardian/setup-scala@v1 - name: Build and test env: