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

Commit b8a497e

Browse files
author
QxQ
authored
Update build-simpleplugin.yml
1 parent 2ff7da8 commit b8a497e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-simpleplugin.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
mkdir build
8181
cd build
82-
cmake .. -DCMAKE_BUILD_TYPE=Release -A ${{ matrix.cmakearch }}
82+
cmake .. -DCMAKE_BUILD_TYPE=Release -A ${{ matrix.cmakearch }} -DUSE_SYSTEM_MBEDTLS=OFF
8383
cmake --build . --parallel $(nproc) --config Release
8484
# --------------------------------------------------------
8585
- name: macOS - ${{ matrix.qt_version }} - Generate Dependencies and Build
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
mkdir build
9090
cd build
91-
cmake .. -DCMAKE_BUILD_TYPE=Release
91+
cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_MBEDTLS=OFF
9292
cmake --build . --parallel $(sysctl -n hw.logicalcpu)
9393
# --------------------------------------------------------
9494
- name: Linux - ${{ matrix.qt_version }} - Generate Dependencies and Build
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
mkdir build
103103
cd build
104-
cmake .. -DCMAKE_BUILD_TYPE=Release
104+
cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_MBEDTLS=OFF
105105
cmake --build . --parallel $(nproc)
106106
# ========================================================================================================= Deployments
107107
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Uploading artifact

0 commit comments

Comments
 (0)