Skip to content

Commit a444d42

Browse files
authored
Fix condition syntax for undefined sanitizer (CExA-project#1033)
1 parent 9db14f0 commit a444d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
docker load < ${{matrix.image}}_${{matrix.backend.name}}.tar
443443
rm ${{matrix.image}}_${{matrix.backend.name}}.tar
444444
- name: Generate undefined sanitizer environment
445-
if: ${{matrix.sanitizer}} == 'undefined'
445+
if: matrix.sanitizer == 'undefined'
446446
run: |
447447
cat<<-'UBSAN_SUPP_EOF' > ubsan.supp
448448
vptr:ginkgo/core/solver/solver_base.hpp

0 commit comments

Comments
 (0)