Skip to content

Commit 165e958

Browse files
committed
update ci
1 parent 90209ea commit 165e958

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575

7676
- name: Try Setup MinGW Environment
7777
if: matrix.compiler.name == 'MinGW'
78-
shell: bash
79-
run: |
80-
echo "PATH=${{env.CHOCO_MINGW_BIN_DIR}};${PATH}" >> $GITHUB_ENV
78+
run: "PATH=${{env.CHOCO_MINGW_BIN_DIR}};" + (Get-Content $env:GITHUB_PATH))" >> $env:GITHUB_ENV
8179

8280
- name: Configure
8381
env:

0 commit comments

Comments
 (0)