Skip to content

Commit 528b6be

Browse files
committed
update ci
1 parent 25eaed8 commit 528b6be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/Windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
shell: bash
9696
run: choco install ${{matrix.package}} --version ${{matrix.compiler.ver}} --allow-downgrade -y && choco install ninja && cmake -E make_directory ${{runner.workspace}}/build
9797

98-
- name: Try Setup MinGW Environment
99-
if: matrix.compiler.name == 'MinGW'
100-
run: "PATH=${{env.CHOCO_MINGW_BIN_DIR}};"+$env:path >> $GITHUB_ENV
101-
10298
- name: Configure
10399
env:
104100
CXX: ${{matrix.cxx}}

0 commit comments

Comments
 (0)