Skip to content

Commit

Permalink
Switch to a more ENTERPRISE level workflow for obtaining a non-braind…
Browse files Browse the repository at this point in the history
…ead build environment for the Windows build.

I'm willing to bet it won't work with just this commit.
  • Loading branch information
vkoskiv committed Nov 14, 2020
1 parent 573fbc3 commit 3e5cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: warrenbuckley/Setup-MSBuild@v1
- uses: microsoft/setup-msbuild@v1.0.2
- name: cmake
run: cmake -G "Visual Studio 16 2019" -A x64 .
- name: build
Expand Down

0 comments on commit 3e5cd23

Please sign in to comment.