Skip to content

Commit

Permalink
Try to install cargo component in locked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kajacx committed May 9, 2024
1 parent b38f51b commit 6af0a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: cargo install --version 0.12.1 wasm-pack

- name: Install cargo component
# run: cargo install --version 0.11.0 cargo-component
run: cargo install --locked --version 0.11.0 cargo-component
# There are issues with dependecies not following semver, see https://github.com/bytecodealliance/cargo-component/issues/293
run cargo install --git https://github.com/kajacx/cargo-component.git --rev 4c53ea0cc7b4423028f406a1a609ac72c04002c8 cargo-component
# run: cargo install --git https://github.com/kajacx/cargo-component.git --rev 4c53ea0cc7b4423028f406a1a609ac72c04002c8 cargo-component

- name: Install cargo expand
run: cargo install cargo-expand
Expand Down

0 comments on commit 6af0a54

Please sign in to comment.