Skip to content

Commit 853fe9f

Browse files
authored
and -> && for GHA
1 parent cf8084c commit 853fe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ${{ matrix.python.action }}
8181
architecture: x64
8282
- name: Install Linux Qt5 dependencies
83-
if: matrix.os.python_platform == 'linux' and matrix.reactor.dependencies == 'qt5'
83+
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
8484
run: |
8585
apt-get update --yes
8686
apt-get install --yes libgl1

0 commit comments

Comments
 (0)