From: rajarshimaitra Date: Thu, 13 Oct 2022 07:26:11 +0000 (+0530) Subject: Update wasm build to 1.57 in CI X-Git-Tag: v0.26.0~5^2~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=9fb651a9e97052a4f65c3d20f44d264a30715ce1;p=bdk-cli Update wasm build to 1.57 in CI --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 5d914a2..686e7f7 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -80,7 +80,7 @@ jobs: - run: sudo apt-get update || exit 1 - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Set default toolchain - run: rustup default 1.56.1 # MSRV + run: rustup default 1.57.0 # MSRV - name: Set profile run: rustup set profile minimal - name: Add target wasm32