Skip to content

Commit

Permalink
ci: update Windows build workflow to include msbuild setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Dec 29, 2024
1 parent 16e7848 commit 87551e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/push_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install GCC
run: |
choco install mingw
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

- name: Set up Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 87551e5

Please sign in to comment.