Skip to content

Commit

Permalink
Library path on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 18, 2024
1 parent 37ce2ab commit 1f5407d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: MacOS GMP library path
if: matrix.os.name == 'macOS'
run: |
export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 1f5407d

Please sign in to comment.