From e8bc46b285b6b7c251075aa47bcf02e473eb0e9f Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sat, 16 Jul 2022 02:18:30 +0200 Subject: [PATCH] Revert "Temporarily disable builds on Ubuntu 22.04" Maybe the issue was fixed upstream. This reverts commit aeb24ebf786fe1e503efc1ba8b1d20747364b14b. --- .github/workflows/build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index de988898fa..a45f7dc945 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,11 +17,10 @@ jobs: os: [ubuntu-latest] compiler: [gcc, clang] build_type: ["", Release, Debug, RelWithDebInfo] - # See issue #1043 - #include: - #- os: ubuntu-22.04 - #compiler: gcc - #build_type: Debug + include: + - os: ubuntu-22.04 + compiler: gcc + build_type: Debug exclude: - compiler: clang build_type: RelWithDebInfo