Skip to content

Commit

Permalink
Replace rust with rustup in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 23, 2024
1 parent 8485aaf commit d295eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d295eec

Please sign in to comment.