diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95eb1a2..98f8edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v3 + - name: Set up MSVC + uses: microsoft/setup-msbuild@v1.0.2 + - name: Build with MSVC on Windows run: | cl nob.c