From 4f850327756a96ddf906cbb7d0a5d0194f732c53 Mon Sep 17 00:00:00 2001 From: Lachlan O'Dea Date: Sat, 20 Jan 2024 21:58:46 +1100 Subject: [PATCH] try windows again --- .github/workflows/scala.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index c25e179..63e1f2c 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -29,6 +29,7 @@ jobs: with: repository: libuv/libuv path: libuv-build + ref: v1.43.0 - name: Install/build libuv shell: bash run: | @@ -49,7 +50,7 @@ jobs: distribution: 'temurin' cache: 'sbt' - name: Run tests - run: sbt $SBT_NATIVE_COMPILE $SBT_NATIVE_LINK test + run: sbt $SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test dependency-graph: runs-on: ubuntu-latest