Skip to content

Commit 7feeaba

Browse files
authored
Update cmake-multi-platform.yml
1 parent 31c1cce commit 7feeaba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v3
51+
52+
#Install mingw for ubuntu only
53+
- name: Install Dependencies
54+
if: matrix.os == 'ubuntu-latest' and matrix.c_compiler == mingw
55+
run: |
56+
sudo apt-get update
57+
sudo apt-get install -y build-essential mingw-w64
5158
5259
- name: Git update submodules
5360
run: |

0 commit comments

Comments
 (0)