Skip to content

ci: downgrade cargo-component version to v0.20.0 #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-component
run: cargo binstall --force --locked cargo-component@0.21.1
run: cargo binstall --force --locked cargo-component@0.20.0
- name: Build all
run: cargo make build-all
build-test-components:
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-component
run: cargo binstall --force --locked cargo-component@0.21.1
run: cargo binstall --force --locked cargo-component@0.20.0
- name: Build all test components
run: cargo make build-test-components
ollama-integration-tests:
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Install tools
run: |
set -e
cargo binstall --force --locked cargo-component@0.21.1
cargo binstall --force --locked cargo-component@0.20.0
cargo binstall golem-cli@1.2.3 --locked --force --no-confirm
cargo binstall wac-cli --locked --force --no-confirm
- name: Start Ollama in Docker
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-component
run: cargo binstall --force --locked cargo-component@0.21.1
run: cargo binstall --force --locked cargo-component@0.20.0
- name: Build all components in release
run: cargo make release-build-all
- name: Login GH CLI
Expand Down
Loading