From 69c8891f82a7fe4fa0b1c3e29b291c36e64eee80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Tue, 21 Feb 2023 15:12:27 +0100 Subject: [PATCH] Github Actions: disable temporary rust install --- .github/workflows/nym-wallet-publish-windows10.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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