Skip to content

Commit

Permalink
try windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 20, 2024
1 parent 1b5dac0 commit 4f85032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
repository: libuv/libuv
path: libuv-build
ref: v1.43.0
- name: Install/build libuv
shell: bash
run: |
Expand All @@ -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
Expand Down

0 comments on commit 4f85032

Please sign in to comment.