Skip to content

Commit 78acd26

Browse files
committed
Remove mingw-specific steps
1 parent e4a4426 commit 78acd26

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,8 @@ jobs:
8989
uses: ilammy/msvc-dev-cmd@v1
9090
if: matrix.target.id == 'windows-amd64-msvc'
9191

92-
- name: Set up MinGW (Windows-mingw)
93-
uses: egor-tensin/setup-mingw@v2
94-
if: matrix.target.id == 'windows-amd64-mingw'
95-
with:
96-
platform: x64
97-
9892
- name: Build
99-
if: (!startsWith(matrix.target.id, 'windows')) && matrix.target.id != 'linux-aarch64' && matrix.target.id != 'linux-riscv64'
93+
if: matrix.target.id != 'windows-amd64-msvc' && matrix.target.id != 'linux-aarch64' && matrix.target.id != 'linux-riscv64'
10094
shell: bash
10195
run: |
10296
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
@@ -112,7 +106,6 @@ jobs:
112106
shell: bash
113107
run: |
114108
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }} riscv64
115-
116109
117110
- name: Build (Windows-msvc)
118111
if: matrix.target.id == 'windows-amd64-msvc'
@@ -121,13 +114,6 @@ jobs:
121114
run: |
122115
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
123116
124-
- name: Build (Windows-mingw)
125-
if: matrix.target.id == 'windows-amd64-mingw'
126-
#shell: |
127-
# powershell -Command "& '{0}'"
128-
run: |
129-
./build.ps1 ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
130-
131117
- name: Inspect
132118
shell: bash
133119
run: |

0 commit comments

Comments
 (0)