You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments