Skip to content

Commit f26f036

Browse files
authored
ci: fix android
1 parent 5617b39 commit f26f036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
cp MFAWPF/MFAWPF.exe install
9595
9696
- name: Download MFW
97-
if: ${{ matrix.os != 'win' }} && ${{ matrix.os != 'android' }}
97+
if: ${{ matrix.os != 'win' && matrix.os != 'android' }}
9898
uses: robinraju/release-downloader@v1
9999
with:
100100
repository: overflow65537/MFW-PyQt6
@@ -104,7 +104,7 @@ jobs:
104104
extract: true
105105

106106
- name: Install MFW-PyQt6
107-
if: ${{ matrix.os != 'win' }} && ${{ matrix.os != 'android' }}
107+
if: ${{ matrix.os != 'win' && matrix.os != 'android' }}
108108
shell: bash
109109
run: |
110110
rm -rf MFW-PyQt6/MFW_resource/model

0 commit comments

Comments
 (0)