From 4846d7c546e3f53d3c2dcdb3e28fb22f16bc3208 Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Sat, 28 May 2022 04:10:13 +0700 Subject: [PATCH] Add step to install WinLibs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a6f35..fcbe6b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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