Skip to content

Commit

Permalink
windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flying-Tom committed Sep 10, 2024
1 parent 8247139 commit 6acfcce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci-fix
tags:
- "v*.*.*"

Expand All @@ -18,15 +19,15 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v2
with:
arch: "win64_msvc2017_64"
arch: "win64_mingw81"

- name: Configure CMake
run: cmake -G "MinGW Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}\build --config ${{env.BUILD_TYPE}}

- name: Pack Resources
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 6acfcce

Please sign in to comment.