Skip to content

Commit

Permalink
Update cmake-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreigh authored Oct 18, 2023
1 parent 4ba42f9 commit 90ca5f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
version: 1.11.1
# Override default platform with one of [win, mac, linux]
platform: win

- name: Configure build for amd64
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 90ca5f0

Please sign in to comment.