sbt-native-image icon indicating copy to clipboard operation
sbt-native-image copied to clipboard

Fix GitHub Actions

Open eed3si9n opened this issue 2 years ago • 0 comments

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

eed3si9n avatar Jun 27 '22 17:06 eed3si9n