From 8a1f8b3a84fed734dbd52bb29d966c2a4a366a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Thu, 26 Jun 2025 12:44:09 +0530 Subject: [PATCH] ci: update cargo-component version to v0.20.0 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d664e723..990c4f69f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: @@ -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 @@ -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