Commit 5226186 1 parent b1934e1 commit 5226186 Copy full SHA for 5226186
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ jobs:
24
24
name : teapot-binary
25
25
path : ./teapot
26
26
27
- # - name: Setup Build Environment on Windows
28
- # if: runner.os == 'Windows'
29
- # uses: microsoft/setup-msbuild@v1
30
- # with:
31
- # msbuild-version: 'latest'
27
+ - name : Setup Build Environment on Windows
28
+ if : runner.os == 'Windows'
29
+ uses : microsoft/setup-msbuild@v1
30
+ with :
31
+ msbuild-version : ' latest'
32
32
33
- # - name: Build on Windows with MSBuild
34
- # if: runner.os == 'Windows'
35
- # run: |
36
- # msbuild teapot.sln /p:Configuration=Release /p:Platform="x64" /p:CXXStandard=20 /p:LanguageStandard=C++20
33
+ - name : Build on Windows with MSBuild
34
+ if : runner.os == 'Windows'
35
+ run : |
36
+ msbuild teapot.sln /p:Configuration=Release /p:Platform="x64" /p:CXXStandard=20 /p:LanguageStandard=C++20
37
37
38
38
test :
39
39
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments