Skip to content

Commit 4a36c50

Browse files
authored
Update ci.yml
1 parent 24cec17 commit 4a36c50

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ jobs:
2020
- x64
2121
- x86
2222
- armv7
23-
- aarch64
23+
- aarch64
24+
exclude:
25+
- os: windows-latest
26+
arch: aarch64
27+
- os: windows-latest
28+
arch: armv7
29+
- os: windows-latest
30+
arch: x86
31+
2432
steps:
2533
- uses: actions/checkout@v2
2634
- name: Install i686-w64-mingw32-gcc

0 commit comments

Comments
 (0)