Skip to content

Commit

Permalink
Add link path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 30, 2024
1 parent 07d7ff8 commit 4d917a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:

- name: Install MPIR on Windows
if: matrix.os.name == 'Windows'
run: git clone https://github.com/Chia-Network/mpir_gc_x64.git
run: |
git clone https://github.com/Chia-Network/mpir_gc_x64.git
echo "RUSTFLAGS='-C link-args=-Wl,-rpath,${{ github.workspace }}/mpir_gc_x64'" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Install libclang-dev on Linux
if: matrix.os.name == 'Ubuntu'
Expand Down

0 comments on commit 4d917a8

Please sign in to comment.