diff --git a/.github/workflows/nym-wallet-publish-windows10.yml b/.github/workflows/nym-wallet-publish-windows10.yml index 6f22820943..6ea214808b 100644 --- a/.github/workflows/nym-wallet-publish-windows10.yml +++ b/.github/workflows/nym-wallet-publish-windows10.yml @@ -43,10 +43,10 @@ jobs: with: node-version: 16 - - name: Install Rust stable - uses: actions-rs/toolchain@v1 - with: - toolchain: stable +# - name: Install Rust stable +# uses: actions-rs/toolchain@v1 +# with: +# toolchain: stable - name: Create env file uses: timheuer/base64-to-file@v1.1