diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-02 23:49:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 23:49:22 +0000 |
commit | 325788c761ca0e9e0c8953574901c6392e256ccb (patch) | |
tree | 054749e37be2d437044727ac8d553057cfa0cb54 /.github | |
parent | e0c357b0d43a5f726e89e6b7acee2cbcae27ce84 (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 6a2cdc2c..346ff7a4 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}} -DQt5_DIR=$ENV:Qt5_DIR + 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 |