Skip to content

Commit

Permalink
disable gl test on all OS but Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Aug 29, 2024
1 parent 821f0dc commit 30abd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./99.log -config ./ci/xorg.conf :99 &
sleep 3
fi
if [ ${{ runner.os }} == 'Windows' ]; then
if [ ${{ runner.os }} != 'Windows' ]; then
export WITH_GL_TEST=False
fi
export QT_API=${{ matrix.QT_API }}
Expand Down

0 comments on commit 30abd19

Please sign in to comment.