This step is no longer necessary since Yarn 1.22.19 is included on Ubuntu 22.04 runners:
(https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#package-management)
Differential D8687
[GH Actions] Remove "Install Yarn" step from Android workflows atul on Jul 31 2023, 2:57 PM. Authored by Tags None Referenced Files
Subscribers
Details This step is no longer necessary since Yarn 1.22.19 is included on Ubuntu 22.04 runners: (https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#package-management) Removed step on fork and observed that subsequent yarn ci-cleaninstall step succeeded.
Diff Detail
Event TimelineComment Actions I believe this can also be removed from windows_ci.yaml, but I left that alone (cc @michal). Comment Actions How about .github/workflows/windows_ci.yml? Can you update that one too before landing? Comment Actions Yeah mentioned in the comment that it could probably be done for the windows_ci workflow as well. Left it alone because I didn't want to risk breaking it and it'd take a while to test. I'll update this diff to include the change and I guess revert if there are any issues. |