Skip to content

Commit faa4b65

Browse files
committed
update ci
1 parent 165e958 commit faa4b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

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

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

8080
- name: Configure
8181
env:

0 commit comments

Comments
 (0)