From b7aaa31d48c480eaab54feea0921bb656519c844 Mon Sep 17 00:00:00 2001 From: Lachlan O'Dea Date: Sat, 20 Jan 2024 22:01:30 +1100 Subject: [PATCH] try windows again --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 63e1f2c..fd37dc5 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -50,7 +50,7 @@ jobs: distribution: 'temurin' cache: 'sbt' - name: Run tests - run: sbt $SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test + run: sbt "$SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test" dependency-graph: runs-on: ubuntu-latest