Skip to content

Commit

Permalink
Microsoft Visual Studio C/C++ installation on workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 26, 2024
1 parent 42bc46f commit 51a8afd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
python-version: '3.12'

- name: Microsoft Visual Studio C/C++
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86_amd64

- name: Install winget
uses: Cyberboss/install-winget@v1

Expand Down

0 comments on commit 51a8afd

Please sign in to comment.