From 7f3c1a5a0341ad519bd17286233346f71be6c79b Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Sat, 20 Jan 2024 09:52:28 -0800 Subject: [PATCH] =?UTF-8?q?DRAFT:=20whoops,=20we=20need=20unreleased=20fix?= =?UTF-8?q?es=20=E2=80=A6=20testing=20on=20a=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/unstable-ci.yml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 769c0f214..bf3f3a5d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,8 @@ jobs: # Note: Swatinem/rust-cache will cache these installed binaries, so we don't have to worry # about caching the builds of them. run: | - cargo install wasm-pack@0.12.1 cargo-about@0.6.0 cargo-mutants@24.1.0 + cargo install wasm-pack@0.12.1 cargo-mutants@24.1.0 + cargo install --git https://github.com/kpreid/cargo-about --branch k cargo-about - run: df -h . @@ -263,7 +264,8 @@ jobs: - name: Install tools # These should already be installed but we might have a cache miss, so don't fail in that case. run: | - cargo install wasm-pack@0.12.1 cargo-about@0.6.0 + cargo install wasm-pack@0.12.1 + cargo install --git https://github.com/kpreid/cargo-about --branch k cargo-about - run: df -h . diff --git a/.github/workflows/unstable-ci.yml b/.github/workflows/unstable-ci.yml index ad5164f5d..d97f3ab32 100644 --- a/.github/workflows/unstable-ci.yml +++ b/.github/workflows/unstable-ci.yml @@ -99,7 +99,8 @@ jobs: # Note: Swatinem/rust-cache will cache these installed binaries, so we don't have to worry # about caching the builds of them. run: | - cargo install wasm-pack@0.12.1 cargo-about@0.6.0 + cargo install wasm-pack@0.12.1 + cargo install --git https://github.com/kpreid/cargo-about --branch k cargo-about - name: Compile basic tests # compile is broken out so we have visibility into compile vs. run times