Added pybind11
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Anne de Jong 2023-01-12 14:13:20 +01:00
parent 22f41b1583
commit 80c334d871

View File

@ -13,7 +13,7 @@ steps:
- name: archlinux_ccache - name: archlinux_ccache
path: /root/.ccache path: /root/.ccache
commands: commands:
- pacman -S --noconfirm ccache openblas fftw pulseaudio - pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11
- cmake . - cmake .
# More than two makes ascee2 irresponsive for now # More than two makes ascee2 irresponsive for now
- make -j2 - make -j2