We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8084c commit 853fe9fCopy full SHA for 853fe9f
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
python-version: ${{ matrix.python.action }}
81
architecture: x64
82
- name: Install Linux Qt5 dependencies
83
- if: matrix.os.python_platform == 'linux' and matrix.reactor.dependencies == 'qt5'
+ if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
84
run: |
85
apt-get update --yes
86
apt-get install --yes libgl1
0 commit comments