From 53e8abe50255cae63c47cee9b907643fc6abd496 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 11 Oct 2024 01:28:52 +0800 Subject: [PATCH] MSVC cl.exe tool for Windows workflow. --- .github/workflows/build_ci_windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_ci_windows.yml b/.github/workflows/build_ci_windows.yml index 16752b1..da97313 100644 --- a/.github/workflows/build_ci_windows.yml +++ b/.github/workflows/build_ci_windows.yml @@ -22,6 +22,9 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 + - name: Microsoft Visual Studio C/C++ + uses: ilammy/msvc-dev-cmd@v1 + - name: Python 3.12 Installation uses: actions/setup-python@v5 with: