Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub Actions #54

Merged
merged 2 commits into from
Dec 22, 2022
Merged

Fix GitHub Actions #54

merged 2 commits into from
Dec 22, 2022

Conversation

eed3si9n
Copy link
Contributor

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

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
@ckipp01 ckipp01 self-requested a review December 22, 2022 12:35
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for addressing this @eed3si9n and sorry this has been sitting for so long. I just don't think anyone has been paying attention.

I'll see if I can get everything back up and running smoothly starting with this! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants