Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Oct 24, 2024
1 parent 60d020d commit 80208fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
run: |
if [ "$(uname)" == "Darwin" ]; then
brew install libarchive pybind11
export LDFLAGS="-L/usr/local/opt/libarchive/lib"
export CPPFLAGS="-I/usr/local/opt/libarchive/include"
else
sudo apt-get update
sudo apt-get install -y libarchive-dev python-pybind11
sudo apt-get install -y libarchive-dev
sudo apt-get install -y pybind11-dev pybind11
fi
- name: Build
Expand Down

0 comments on commit 80208fd

Please sign in to comment.