From b862ba1b429cc108ab06d130a94ccad5c3131e98 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Sun, 25 Jun 2023 02:41:35 +1100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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).