Skip to content

Commit

Permalink
try windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Feb 3, 2024
1 parent e28e335 commit b6837ab
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 @@ -25,6 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout libuv (for Windows)
if: matrix.os == 'windows-latest'
uses: actions/checkout@v3
with:
repository: libuv/libuv
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Run tests
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
PATH=build/Debug:$PATH sbt "$SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test"
PATH=libuv-build/build/Debug:$PATH sbt "$SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test"
else
sbt "$SBT_NATIVE_COMPILE $SBT_NATIVE_LINK show nativeCompileOptions ; show nativeLinkingOptions ; test"
fi
Expand Down

0 comments on commit b6837ab

Please sign in to comment.