Skip to content

Commit 5226186

Browse files
authored
Update build.yml
1 parent b1934e1 commit 5226186

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
name: teapot-binary
2525
path: ./teapot
2626

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'
3232

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
3737
3838
test:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)