We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5617b39 commit f26f036Copy full SHA for f26f036
1 file changed
.github/workflows/install.yml
@@ -94,7 +94,7 @@ jobs:
94
cp MFAWPF/MFAWPF.exe install
95
96
- name: Download MFW
97
- if: ${{ matrix.os != 'win' }} && ${{ matrix.os != 'android' }}
+ if: ${{ matrix.os != 'win' && matrix.os != 'android' }}
98
uses: robinraju/release-downloader@v1
99
with:
100
repository: overflow65537/MFW-PyQt6
@@ -104,7 +104,7 @@ jobs:
104
extract: true
105
106
- name: Install MFW-PyQt6
107
108
shell: bash
109
run: |
110
rm -rf MFW-PyQt6/MFW_resource/model
0 commit comments