Skip to content

Commit

Permalink
DRAFT: whoops, we need unreleased fixes … testing on a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 20, 2024
1 parent 7e21293 commit 7f3c1a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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 .

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unstable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f3c1a5

Please sign in to comment.