Skip to content

Commit

Permalink
Setup msvc dev environment for ninja build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Jan 31, 2024
1 parent 0019107 commit 228a2a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/x86-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

- name: Configure CMake
working-directory: ./examples
run: cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 228a2a7

Please sign in to comment.