Skip to content

Commit 9b42537

Browse files
MinyazevRusiems
authored andcommitted
Fix issue with handling QT_VERSION in build.yml
1 parent 15e72e5 commit 9b42537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run memory tests with sanitizers
7373
run: |
7474
QT_VERSION_FULL=$(qmake -query QT_VERSION)
75-
if [[ $QT_VERSION_FULL == 5.12* ]]; then
75+
if [[ "$QT_VERSION_FULL" == 5.12* ]]; then
7676
export LSAN_OPTIONS="suppressions=leak:QPlatformIntegrationFactory::create"
7777
fi
7878
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \

0 commit comments

Comments
 (0)