CI mac: small updates for arm64

- missing sudo
- /usr/local/include mkdir for EWS
This commit is contained in:
Martin Pulec
2024-02-09 09:47:38 +01:00
parent 3a076d2482
commit e38af98538
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ install_live555() {(
cd live555
git checkout 35c375
./genMakefiles macosx
make -j "$(sysctl -n hw.ncpu)" install
sudo make -j "$(sysctl -n hw.ncpu)" install
)}
install_soundfont() {(