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 4f85032 commit b7aaa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7aaa31

Please sign in to comment.