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
For now, setup-cocoapods always re-install cocoapods version if you specify version: latest as input. Sometimes, when latest version is already pre-installed to image, it is just waste of time.
if version: latest, action should retrieve the latest version from remote via gem list cocoapods --remote --exact and compare with currently installed version. If they are the same, nothing should be done.
The text was updated successfully, but these errors were encountered:
For now,
setup-cocoapods
always re-install cocoapods version if you specifyversion: latest
as input. Sometimes, whenlatest
version is already pre-installed to image, it is just waste of time.if
version: latest
, action should retrieve the latest version from remote viagem list cocoapods --remote --exact
and compare with currently installed version. If they are the same, nothing should be done.The text was updated successfully, but these errors were encountered: