Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Update build-simpleplugin-qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ authored Dec 13, 2020
1 parent 9aecf8f commit 2ff7da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-simpleplugin-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -A x64 -DQVPLUGIN_USE_QT6=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -A x64 -DQVPLUGIN_USE_QT6=ON -DUSE_SYSTEM_MBEDTLS=OFF
cmake --build . --parallel $(nproc) --config Release
# --------------------------------------------------------
- name: macOS - ${{ matrix.qt_version }} - Generate Dependencies and Build
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DQVPLUGIN_USE_QT6=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DQVPLUGIN_USE_QT6=ON -DUSE_SYSTEM_MBEDTLS=OFF
cmake --build . --parallel $(sysctl -n hw.logicalcpu)
# --------------------------------------------------------
- name: Linux - ${{ matrix.qt_version }} - Generate Dependencies and Build
Expand All @@ -97,7 +97,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DQVPLUGIN_USE_QT6=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DQVPLUGIN_USE_QT6=ON -DUSE_SYSTEM_MBEDTLS=OFF
cmake --build . --parallel $(nproc)
# ========================================================================================================= Deployments
- name: Win - ${{ matrix.qt_version }} - Uploading artifact
Expand Down

0 comments on commit 2ff7da8

Please sign in to comment.