From a7eb739a1a0a1236b815e43d8647d7da1757e699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 1 Aug 2023 21:20:18 +0100 Subject: [PATCH] chore: new rust config --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2ba7d04..f26bd3cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,9 +51,9 @@ jobs: - name: Checkout code from repository uses: actions/checkout@v3 - name: Setup Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: 1.71.0 + run: | + rustup install 1.71.0 + rustup override set 1.71.0 - name: Build Base run: | cargo build