Skip to content

Commit

Permalink
try adding CMake to install list of msys2 shell env
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed May 26, 2023
1 parent 27bbb84 commit 0109f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
with:
update: true
install: git base-devel mingw-w64-x86_64-toolchain
install: git base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake
- name: Verify CMake build
run: |
mkdir build && cd build
Expand Down

0 comments on commit 0109f58

Please sign in to comment.