Skip to content

Commit

Permalink
libclang-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 30, 2024
1 parent e4638e6 commit 07d7ff8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,18 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install MPIR on Windows
if: matrix.os.name == 'Windows'
run: git clone https://github.com/Chia-Network/mpir_gc_x64.git

- name: Install libclang-dev on Linux
if: matrix.os.name == 'Ubuntu'
run: sudo apt-get install libclang-dev

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

Expand Down

0 comments on commit 07d7ff8

Please sign in to comment.