diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-02 23:40:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 23:40:46 +0000 |
commit | e0c357b0d43a5f726e89e6b7acee2cbcae27ce84 (patch) | |
tree | 41eae58f4769d2f8fcc93eced5ca62c1ed405a56 /.github | |
parent | 22d3c492d9a0044fadcb6a9fcdfdb4e327007c28 (diff) |
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 31dd0676..6a2cdc2c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -55,7 +55,7 @@ jobs: if: matrix.os != 'windows-latest' - name: Configure win32 - run: ${{github.workspace}}\.github\workflows\build-windows.bat cmake -G "Ninja Multi-Config" -S ${{github.workspace}}/ -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: ${{github.workspace}}\.github\workflows\build-windows.bat cmake -G "Ninja Multi-Config" -S ${{github.workspace}}/ -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DQt5_DIR=$ENV:Qt5_DIR if: matrix.os == 'windows-latest' - name: Build win32 |