Skip to content

Commit 33dc90f

Browse files
committed
fixup! fixup! ci: add Ubuntu 24.04 jobs
1 parent 343e818 commit 33dc90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
if [[ "${{ matrix.version }}" == 24.04 ]]; then
4343
# -Werror causes false positives with sanitizers and modern GCC
44-
[[ "${{ matrix.compiler }} == gcc ]] && export CXXFLAGS=
44+
[[ "${{ matrix.compiler }}" == gcc ]] && export CXXFLAGS=
4545
make distcheck-sanitizers
4646
else
4747
make distcheck

0 commit comments

Comments
 (0)