We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343e818 commit 33dc90fCopy full SHA for 33dc90f
.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 }}" == gcc ]] && export CXXFLAGS=
45
make distcheck-sanitizers
46
else
47
make distcheck
0 commit comments