Skip to content

Commit

Permalink
ci: pin cli tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Feb 24, 2024
1 parent 5ce9b6f commit 3655fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: wasm-tools cargo-component
args: wasm-tools@1.0.57 cargo-component@0.7.0

- name: Install Just
uses: extractions/setup-just@v1
Expand Down
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ component_demo_2:
#!/bin/bash
set -eou pipefail
(cd corpus/01-component-instr-component; cargo component build)
(echo 'corpus/01-component-instr-component built, sleeping'; sleep 10)
(cd corpus/02-component-instr-combined;

cargo component build
Expand Down

0 comments on commit 3655fc5

Please sign in to comment.