From 92a755dc6cb86798e6a89013c0d103d4e42d5d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Tue, 21 Feb 2023 14:57:07 +0100 Subject: [PATCH] Github Actions: disable temporary rust install --- .github/workflows/nym-connect-publish-windows10.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nym-connect-publish-windows10.yml b/.github/workflows/nym-connect-publish-windows10.yml index 599b6d27e4..d33db8098e 100644 --- a/.github/workflows/nym-connect-publish-windows10.yml +++ b/.github/workflows/nym-connect-publish-windows10.yml @@ -44,10 +44,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