Skip to content

Commit

Permalink
Revert "Temporarily disable builds on Ubuntu 22.04"
Browse files Browse the repository at this point in the history
Maybe the issue was fixed upstream.
This reverts commit aeb24eb.
  • Loading branch information
lmoureaux committed Jul 16, 2022
1 parent fccfbf9 commit e8bc46b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8bc46b

Please sign in to comment.