From 3655fc54746f65ee4d4297730271103b9de0297c Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Fri, 23 Feb 2024 20:25:38 -0500 Subject: [PATCH] ci: pin cli tool versions --- .github/workflows/ci.yml | 2 +- justfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 293a555..37d14fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/justfile b/justfile index a919f3f..cf8593f 100644 --- a/justfile +++ b/justfile @@ -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