mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
Fix cmake.yml
This commit is contained in:
parent
bb84e29aa7
commit
61db41d56b
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
|
||||
name: ${{ matrix.os }}-Qt-${{ matrix.qt_version }}-shared-${{ matrix.shared }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -41,7 +40,7 @@ jobs:
|
||||
dir: ${{ github.workspace }}/Qt
|
||||
|
||||
- name: Configure (${{ matrix.configuration }})
|
||||
run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build" -S "QtAwesome"
|
||||
run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build"
|
||||
|
||||
- name: Build with ${{ matrix.compiler }}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
Loading…
Reference in New Issue
Block a user