Skip to content

Commit 833b669

Browse files
committed
Revert ci changes
1 parent b3ec52a commit 833b669

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci_windows.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
[{ msystem: MINGW64, arch: x86_64 }, { msystem: MINGW32, arch: i686 }]
16+
[
17+
{ msystem: MSYS, arch: x86_64 },
18+
{ msystem: MINGW64, arch: x86_64 },
19+
{ msystem: MINGW32, arch: i686 },
20+
]
1721
defaults:
1822
run:
1923
shell: msys2 {0}
2024
steps:
2125
- uses: actions/checkout@v2
22-
23-
- name: Setup MinGW native environment
26+
- name: Setup environment
2427
uses: msys2/setup-msys2@v2
2528
with:
2629
msystem: ${{ matrix.msystem }}

0 commit comments

Comments
 (0)