diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25c44b6..84bd278 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,10 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup MSVC Developer Command Prompt + uses: TheMrMilchmann/setup-msvc-dev@v2.0.0 + with: + arch: x64 - name: Build working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level).