Add step to install WinLibs

This commit is contained in:
Putta Khunchalee 2022-05-28 04:10:13 +07:00
parent b127624771
commit 4846d7c546
1 changed files with 2 additions and 0 deletions

View File

@ -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