Commit 3e399ea 1 parent bbab7eb commit 3e399ea Copy full SHA for 3e399ea
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,13 @@ jobs:
107
107
# install pnpm for npm runtests
108
108
- run : npm i -g pnpm
109
109
# install omnibor-cli for tests
110
+ # NOTE: This is hard-coded to a specific version because omnibor-cli,
111
+ # omnibor-rs, and gitoid are released on the same repo.
112
+ # This means the "latest" release is sometimes NOT actually omnibor-cli!
113
+ #
114
+ # SEE ALSO: cargo-dist/src/backend/ci/mod.rs
110
115
- run : |
111
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omnibor/omnibor-rs/releases/latest/ download/omnibor-cli-installer.sh | sh
116
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/omnibor/omnibor-rs/releases/download/omnibor-cli-v0.7.0 /omnibor-cli-installer.sh | sh
112
117
# Currently there is essentially no difference between default and --all-features,
113
118
# with the difference essentially being polyfilling a new stdio API for MSRV.
114
119
# For now avoid --all-features which causes issues with axoproject.
You can’t perform that action at this time.
0 commit comments