We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e63b5 commit a475eb6Copy full SHA for a475eb6
1 file changed
.github/workflows/clang.yml
@@ -492,7 +492,7 @@ jobs:
492
apt-get install -y ninja-build
493
apt-get install -y g++
494
- name: Prepare Xenial
495
- if: matrix.ubuntu_ver == '18.04'
+ if: matrix.cont_ver == '18.04'
496
run: |
497
echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main universe" | tee -a /etc/apt/sources.list
498
apt-get update
0 commit comments