Closed
Conversation
eae2ebe to
73e2915
Compare
Contributor
Author
Cleaned up the commit history |
Contributor
Author
|
These changes resulted in a successful build prior, but looks like the build just failed, after we updated the work runtime dependency to 2.8.1. |
2072eac to
d73bfc6
Compare
73e2915 to
4f2f7ad
Compare
Motivation: - This step started failing recently on PRs. Solution: - Although we don't know the cause of the sudden failures, let's try `android-actions/setup-android` instead - `maxim-lobanov/setup-android-tools` hasn't had any updates in 4 years
Contributor
Author
|
This branch was just rebased on |
5 tasks
18 tasks
Contributor
Author
|
Closing as newer PR #1992 fixes this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
One Line Summary
Fix failing CI step for setup Android on pull requests, that started failing suddenly.
Details
Out of nowhere, the CI is failing for PRs that was passing just a couple of days ago, on the step for setup Android. Not sure what happened:
Motivation
Motivation:
Solution:
cache: false, but this did not resolve the error.android-actions/setup-androidinsteadmaxim-lobanov/setup-android-toolshasn't had any updates in 4 yearsScope
CI on PRs
OPTIONAL - Other
OPTIONAL - Feel free to add any other sections or sub-sections that can explain your PR better.
Testing
Unit testing
N/A
Manual testing
.github/workflows/ci.ymlfile with the changes in this PRAffected code checklist
Checklist
Overview
Testing
Final pass
This change is