Skip to content

Commit 4ea0502

Browse files
committed
update ci
1 parent d955a2b commit 4ea0502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ jobs:
6464
- compiler: { name: 'Visual Studio 2017' }
6565
cxx: ''
6666
cc: ''
67-
package: visualstudio2017buildtools
67+
package: visualstudio2017community
6868
generator: 'Visual Studio 15 2017'
6969
- compiler: { name: 'Visual Studio 2019' }
7070
cxx: ''
7171
cc: ''
72-
package: visualstudio2019buildtools
72+
package: visualstudio2019community
7373
generator: 'Visual Studio 16 2019'
7474
- compiler: { name: 'Visual Studio 2022' }
7575
cxx: ''
7676
cc: ''
77-
package: visualstudio2022buildtools
77+
package: visualstudio2022community
7878
generator: 'Visual Studio 17 2022'
7979
- compiler: { name: MinGW }
8080
cxx: g++
@@ -99,7 +99,7 @@ jobs:
9999
if: matrix.compiler.name == 'MinGW'
100100
shell: bash
101101
run: |
102-
echo "{{env.CHOCO_MINGW_BIN_DIR}}" >> $GITHUB_PATH
102+
echo "PATH=${{env.CHOCO_MINGW_BIN_DIR}}:${PATH}" >> $GITHUB_ENV
103103
104104
- name: Configure
105105
env:

0 commit comments

Comments
 (0)