Skip to content

Commit 8aaa07e

Browse files
author
Natsuu
authored
fix: 修复ci中指定maafw版本不生效的问题 (#24)
1 parent a4b0d4d commit 8aaa07e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
out-file-path: "deps"
8484
extract: true
8585

86+
- name: Remove built-in runtime in MFA
87+
if: matrix.os != 'android'
88+
shell: bash
89+
run: |
90+
rm -rf MFA/runtimes
91+
8692
- name: Download MFAAvalonia
8793
if: matrix.os != 'android'
8894
id: download_mfa

0 commit comments

Comments
 (0)