Skip to content

Commit

Permalink
more windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 15, 2023
1 parent 4de051b commit c7cee36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@ jobs:
submodules: true
fetch-depth: 0

- name: install mingw
- name: install mingw & deps
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
cmake
mingw-w64-cmake
mingw-w64-extra-cmake-modules
if: matrix.os == 'windows-latest'

- name: Install Dependencies
Expand Down

0 comments on commit c7cee36

Please sign in to comment.