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 \