Update cmake.yml

This commit is contained in:
Sy Brand
2025-07-12 11:13:45 +01:00
committed by GitHub
parent 5a2f2ffbd7
commit bf98fcfabf

View File

@@ -114,6 +114,8 @@ jobs:
- name: Setup Toolchain
run: |
apt update
apt install software-properties-common
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal main'
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal universe'
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ xenial main'
@@ -121,6 +123,7 @@ jobs:
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic main'
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic universe'
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt update
${{matrix.install}}
- name: Configure CMake