Skip to content

Commit

Permalink
Update CircleCI config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Mar 3, 2024
1 parent 17f980f commit a9a21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- checkout
- run:
name: Install cmake
command: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
command: choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
- run:
name: Build on windows
command: |
Expand Down

0 comments on commit a9a21ee

Please sign in to comment.