mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
Install updated CMake on the aarch64 GitHub Actions runner
This commit is contained in:
parent
a6a889a2ed
commit
7b9b811567
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pr_build.yml
vendored
7
.github/workflows/pr_build.yml
vendored
|
@ -188,6 +188,13 @@ jobs:
|
||||||
sudo cp -rp MacOSX10.12.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || exit 0
|
sudo cp -rp MacOSX10.12.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ || exit 0
|
||||||
echo " done"
|
echo " done"
|
||||||
fi
|
fi
|
||||||
|
if [[ "${{ matrix.os }}" =~ "debian-11" ]]; then
|
||||||
|
echo "Installing CMake from Debian Backports"
|
||||||
|
echo deb http://deb.debian.org/debian bullseye-backports main > /etc/apt/sources.list.d/bullseye-backports.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt-get -t bullseye-backports install -y cmake
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
- name: Override NSIS
|
- name: Override NSIS
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in a new issue