Skip to content

Commit

Permalink
macOS CI: install into temp dir and then copy to /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 13, 2024
1 parent 4f894b1 commit 9e0442b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
cargo test --workspace --all-features
- name: Install C API
run: |
cargo cinstall --verbose
cargo cinstall --verbose --destdir=temp
sudo cp -r temp/usr/local/* /usr/local/
- name: Install Pure Data
run: |
brew install --cask pd
Expand Down

0 comments on commit 9e0442b

Please sign in to comment.