Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 18, 2024
1 parent 1f5407d commit 3dfdfe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:

- name: MacOS GMP library path
if: matrix.os.name == 'macOS'
run: |
export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
run: echo "LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH" >> $GITHUB_ENV

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 3dfdfe1

Please sign in to comment.