Skip to content

Commit

Permalink
Install CMake under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 25, 2024
1 parent c05ae5e commit dca94e1
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 w64-x86_64-cmake
- name: Show compiler version information
run: |
${{ matrix.compiler }} --version
Expand Down

0 comments on commit dca94e1

Please sign in to comment.