Skip to content

Commit a50e48a

Browse files
committed
update ci
1 parent 528b6be commit a50e48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ 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+
run: "PATH=${{env.CHOCO_MINGW_BIN_DIR}};"+$env:path >> $GITHUB_ENV
100+
98101
- name: Configure
99102
env:
100103
CXX: ${{matrix.cxx}}

0 commit comments

Comments
 (0)