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
To verify homebrew installation in CI, we run brew install build-trust/ockam/ockam and then output the version ockam --version , this sometimes downloads an old version of ockam, example here, we ought to be downloading ockam_v0.81.0 but homebrew downloads ockam_v0.80.0, to ensure that test fails if we download incorrect version, we should grep the ockam.rb file and compare version downloaded with that specified in the ruby file.
The text was updated successfully, but these errors were encountered:
To verify homebrew installation in CI, we run
brew install build-trust/ockam/ockam
and then output the versionockam --version
, this sometimes downloads an old version ofockam
, example here, we ought to be downloadingockam_v0.81.0
but homebrew downloadsockam_v0.80.0
, to ensure that test fails if we download incorrect version, we should grep theockam.rb
file and compare version downloaded with that specified in the ruby file.The text was updated successfully, but these errors were encountered: