From 42eb009d2dedb463f37b8773452018e0ded666ff Mon Sep 17 00:00:00 2001 From: cochcoder Date: Thu, 27 Feb 2025 14:32:09 -0500 Subject: [PATCH] Try installing the proper arch version of Meson When building on a local arm64 device it runs properly. --- .github/workflows/build_all.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 2241159e70..df1f77ed90 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -84,6 +84,11 @@ jobs: run: rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" - uses: actions/checkout@v4 + - name: Install Meson + run: | + sudo apt-get update + sudo apt-get install -y python3-pip + pip3 install meson - name: Get the version and date run: | ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)