From d295eec6ba4c3ab26ef2f7ab8847d58f8373833c Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Sat, 23 Nov 2024 20:56:17 +0900 Subject: [PATCH] Replace rust with rustup in github CI --- .github/workflows/mac-arm64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac-arm64.yml b/.github/workflows/mac-arm64.yml index 2c9b9c3a..38e9ee39 100644 --- a/.github/workflows/mac-arm64.yml +++ b/.github/workflows/mac-arm64.yml @@ -16,12 +16,12 @@ jobs: - name: Dependencies run: | - brew install -f cmake libomp rust + brew install -f --overwrite cmake libomp rustup + rustup-init --profile minimal -q -y - name: Build run: | mkdir -p build - rustup update cd build LIBOMP=$(brew --prefix libomp) cmake \