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 60efd99 commit 1b5dac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test
run: sbt $SBT_NATIVE_COMPILE $SBT_NATIVE_LINK test

dependency-graph:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cmake --build build

find build

echo CL="/I libuv-build\\include" >> $GITHUB_ENV
echo SBT_NATIVE_COMPILE='set nativeCompileOptions += "/I libuv-build\\include" ; ' >> $GITHUB_ENV

echo LIB="libuv-build\\build\\Debug" >> $GITHUB_ENV
echo SBT_NATIVE_LINK='set nativeLinkingOptions += "/LIBPATH libuv-build\\build\\Debug" ; ' >> $GITHUB_ENV

0 comments on commit 1b5dac0

Please sign in to comment.