Skip to content

Commit 3e399ea

Browse files
committed
Install specific omnibor version in CI. (Just like we do in cargo-dist/src/backend/ci/mod.rs.)
1 parent bbab7eb commit 3e399ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,13 @@ jobs:
107107
# install pnpm for npm runtests
108108
- run: npm i -g pnpm
109109
# 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
110115
- 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
112117
# Currently there is essentially no difference between default and --all-features,
113118
# with the difference essentially being polyfilling a new stdio API for MSRV.
114119
# For now avoid --all-features which causes issues with axoproject.

0 commit comments

Comments
 (0)