From e38af98538fccdd4ddd550e7ede121445b781bbb Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 9 Feb 2024 09:47:38 +0100 Subject: [PATCH] CI mac: small updates for arm64 - missing sudo - /usr/local/include mkdir for EWS --- .github/scripts/install-common-deps.sh | 1 + .github/scripts/macOS/install_others.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/install-common-deps.sh b/.github/scripts/install-common-deps.sh index 147b16f14..62ccc05f0 100755 --- a/.github/scripts/install-common-deps.sh +++ b/.github/scripts/install-common-deps.sh @@ -36,6 +36,7 @@ download_install_cineform() {( )} install_ews() { + sudo mkdir -p /usr/local/include sudo curl -LS https://raw.githubusercontent.com/hellerf/\ EmbeddableWebServer/master/EmbeddableWebServer.h -o \ /usr/local/include/EmbeddableWebServer.h diff --git a/.github/scripts/macOS/install_others.sh b/.github/scripts/macOS/install_others.sh index 1599048ed..ec2189f32 100755 --- a/.github/scripts/macOS/install_others.sh +++ b/.github/scripts/macOS/install_others.sh @@ -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() {(