scalameta / sbt-native-image

Plugin to generate native-image binaries with sbt
248 stars 22 forks source link

Fix GitHub Actions #54

Closed eed3si9n closed 1 year ago

eed3si9n commented 2 years ago

This fixes GitHub Actions to it builds native image.

  1. Use ilammy/msvc-dev-cmd to setup C++ toolchain on Windows.
  2. Downgrade to windows-2019, instead of windows-latest
  3. Use setup-java@v3
  4. Use actions/checkout@v3
  5. Call clean on sbt
  6. Fix a typo that was saying "unix" before