diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c129b..0cc4d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,15 +80,7 @@ jobs: build_type: 'Release', cmake_extra_flags: '' } - - { - name: 'Ubuntu 18.04', - os: ubuntu-18.04, - cc: 'gcc', - cxx: 'g++', - arch: 'x86_64', - build_type: 'Release', - cmake_extra_flags: '' - } + steps: - name: checkout uses: actions/checkout@v2