File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: CMake
22
33on :
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
You can’t perform that action at this time.
0 commit comments