Try installing the proper arch version of Meson

When building on a local arm64 device it runs properly.
This commit is contained in:
cochcoder
2025-02-27 14:32:09 -05:00
parent 0f04105ccb
commit 42eb009d2d

View File

@@ -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)