Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 authored Mar 28, 2024
1 parent b1934e1 commit 5226186
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
name: teapot-binary
path: ./teapot

# - name: Setup Build Environment on Windows
# if: runner.os == 'Windows'
# uses: microsoft/setup-msbuild@v1
# with:
# msbuild-version: 'latest'
- name: Setup Build Environment on Windows
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v1
with:
msbuild-version: 'latest'

# - name: Build on Windows with MSBuild
# if: runner.os == 'Windows'
# run: |
# msbuild teapot.sln /p:Configuration=Release /p:Platform="x64" /p:CXXStandard=20 /p:LanguageStandard=C++20
- name: Build on Windows with MSBuild
if: runner.os == 'Windows'
run: |
msbuild teapot.sln /p:Configuration=Release /p:Platform="x64" /p:CXXStandard=20 /p:LanguageStandard=C++20
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5226186

Please sign in to comment.