We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f31ad commit 08a55e9Copy full SHA for 08a55e9
.github/workflows/actions_build.yml
@@ -172,8 +172,8 @@ jobs:
172
VERBOSE: 1
173
174
175
- build_clang_ubuntu_18_04:
176
- runs-on: ubuntu-18.04
+ build_clang_old_ubuntu_20_04:
+ runs-on: ubuntu-20.04
177
strategy:
178
fail-fast: false
179
matrix:
@@ -187,6 +187,11 @@ jobs:
187
steps:
188
- uses: actions/checkout@v2
189
190
+ - name: Add repositories
191
+ run: |
192
+ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic main'; \
193
+ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'
194
+
195
- name: Prepare Install
196
run: sudo apt-get update --fix-missing
197
0 commit comments