Skip to content

Commit 5ec21f2

Browse files
authored
Fix GitHub Actions (TartanLlama#163)
* Update cmake.yml * Update cmake.yml * Update cmake.yml * Update cmake.yml * Update cmake.yml * Update cmake.yml * Update cmake.yml
1 parent f01260d commit 5ec21f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CMake
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "actions" ]
66
pull_request:
77
branches: [ "master" ]
88

@@ -112,10 +112,15 @@ jobs:
112112

113113
- name: Setup Toolchain
114114
run: |
115+
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal main'
116+
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal universe'
115117
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ xenial main'
116118
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ xenial universe'
117119
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic main'
118120
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic universe'
121+
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
122+
123+
sudo apt update
119124
${{matrix.install}}
120125
121126
- name: Configure CMake

0 commit comments

Comments
 (0)