mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-01 18:04:30 +02:00
Update cmake.yml
This commit is contained in:
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user