File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,17 @@ jobs:
64
64
- compiler : { name: 'Visual Studio 2017' }
65
65
cxx : ' '
66
66
cc : ' '
67
- package : visualstudio2017buildtools
67
+ package : visualstudio2017community
68
68
generator : ' Visual Studio 15 2017'
69
69
- compiler : { name: 'Visual Studio 2019' }
70
70
cxx : ' '
71
71
cc : ' '
72
- package : visualstudio2019buildtools
72
+ package : visualstudio2019community
73
73
generator : ' Visual Studio 16 2019'
74
74
- compiler : { name: 'Visual Studio 2022' }
75
75
cxx : ' '
76
76
cc : ' '
77
- package : visualstudio2022buildtools
77
+ package : visualstudio2022community
78
78
generator : ' Visual Studio 17 2022'
79
79
- compiler : { name: MinGW }
80
80
cxx : g++
99
99
if : matrix.compiler.name == 'MinGW'
100
100
shell : bash
101
101
run : |
102
- echo "{{env.CHOCO_MINGW_BIN_DIR}}" >> $GITHUB_PATH
102
+ echo "PATH=$ {{env.CHOCO_MINGW_BIN_DIR}}:${PATH} " >> $GITHUB_ENV
103
103
104
104
- name : Configure
105
105
env :
You can’t perform that action at this time.
0 commit comments