We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dc90f commit 3b65023Copy full SHA for 3b65023
.github/workflows/ubuntu.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
if [[ "${{ matrix.version }}" == 24.04 ]]; then
43
# -Werror causes false positives with sanitizers and modern GCC
44
- [[ "${{ matrix.compiler }}" == gcc ]] && export CXXFLAGS=
+ [[ "${{ matrix.compiler }}" == g++ ]] && export CXXFLAGS=
45
make distcheck-sanitizers
46
else
47
make distcheck
0 commit comments