From 610c49a458605c57d8d19cdbaa68fe576af616e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribo=CC=81?= Date: Wed, 23 Oct 2024 11:46:03 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20rustup=20custom=20version=20Sig?= =?UTF-8?q?ned-off-by:=20Javier=20Ribo=CC=81=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5d29890b..b151d2cdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: "Install autoconf, automake, libtool, rustup" run: | - brew install autoconf automake libtool rustup@1.27.0 + brew install autoconf automake libtool rustup - name: "Install Mac ToolChain" run: |