From 2e366a094d041eb533ffe2e6a9027060b4e232c7 Mon Sep 17 00:00:00 2001 From: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:52:13 +0100 Subject: [PATCH] Update nym-wallet-publish-windows10.yml --- .github/workflows/nym-wallet-publish-windows10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nym-wallet-publish-windows10.yml b/.github/workflows/nym-wallet-publish-windows10.yml index 0028074f01..7a8fc79f7f 100644 --- a/.github/workflows/nym-wallet-publish-windows10.yml +++ b/.github/workflows/nym-wallet-publish-windows10.yml @@ -45,11 +45,11 @@ jobs: node-version: 18 - name: Install Rust stable - shell: bash uses: actions-rs/toolchain@v1 with: toolchain: stable - name: Install wasm-pack + shell: bash run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Create env file