Skip to content

Commit

Permalink
ci: run component_demo_3, semver pin wasm-tools instead of exact
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Feb 24, 2024
1 parent 3655fc5 commit 4bfa321
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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@1.0.57 cargo-component@0.7.0
args: wasm-tools@^1.0.57 cargo-component@0.7.0

- name: Install Just
uses: extractions/setup-just@v1
Expand All @@ -129,3 +129,6 @@ jobs:

- name: Component Demo 2
run: just component_demo_2

- name: Component Demo 3
run: just component_demo_3

0 comments on commit 4bfa321

Please sign in to comment.