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: ci failure #20

Merged
merged 3 commits into from
Mar 15, 2024
Merged

fix: ci failure #20

merged 3 commits into from
Mar 15, 2024

Conversation

ignite720
Copy link
Contributor

Hopefully it will fix the ci failure due to issues with newer versions of gradle.

Copy link
Owner

@polymonster polymonster left a comment

Choose a reason for hiding this comment

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

Great stuff, thanks for fixing this. The CI should have been automated to run on pull_request all along.

Historically it has been a pain to maintain the CI and through different versions of JDK and Gradle stuff seems to break, new build systems get added over time (ninja).

The previous CI was setup to forcibly use an older version of JDK because that caused a crash when building it and was a known issue at the time, with the only work around was to roll back.

I previously had a macOS CI as well but that too became difficult to maintain and keep up with. The whole thing works more easily on a local machine if you install Android Studio it kind of just works but is a bit more tricky configuring a runner!

- name: Setup Android SDK
uses: android-actions/setup-android@v2

#- name: Setup Android SDK
Copy link
Owner

Choose a reason for hiding this comment

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

you can remove this commented code if it is no longer required

@polymonster polymonster merged commit d537ac5 into polymonster:master Mar 15, 2024
1 check passed
@polymonster
Copy link
Owner

Thank you very much! :)

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