CI-unixish-docker.yml: fixed missing ubuntu 16.04 build (#4437)

This commit is contained in:
Oliver Stöneberg 2022-09-04 16:04:31 +02:00 committed by GitHub
parent c433f906bc
commit 363dd309fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
# tests require CMake 3.9 - ccache available
- name: Test CMake build (no tests)
if: matrix.image == 'centos:7' || matrix.image == 'ubuntu:16:04'
if: matrix.image == 'centos:7' || matrix.image == 'ubuntu:16.04'
run: |
mkdir cmake.output
cd cmake.output