Skip to content

Commit

Permalink
Update build.yml - windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 30, 2024
1 parent aac824e commit 67060f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:

steps:

# Select MSVC tools on windows
- name: Select MSVC 2019
uses: ilammy/msvc-dev-cmd@v1
if: ${{ runner.os == 'Windows' }}

# Setup ninja
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
Expand Down

0 comments on commit 67060f0

Please sign in to comment.