mirror of https://github.com/InoriRus/Kyty.git
Add step to install WinLibs
This commit is contained in:
parent
b127624771
commit
4846d7c546
|
@ -13,6 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
- name: Install WinLibs
|
||||
run: choco install winlibs -y
|
||||
- name: Run CMake
|
||||
run: cmake_EclipseMinGW.bat 4 _Gcc
|
||||
working-directory: _Build
|
||||
|
|
Loading…
Reference in New Issue