This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Commit b8a497e QxQ
authored
1 parent 2ff7da8 commit b8a497e Copy full SHA for b8a497e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
run : |
80
80
mkdir build
81
81
cd build
82
- cmake .. -DCMAKE_BUILD_TYPE=Release -A ${{ matrix.cmakearch }}
82
+ cmake .. -DCMAKE_BUILD_TYPE=Release -A ${{ matrix.cmakearch }} -DUSE_SYSTEM_MBEDTLS=OFF
83
83
cmake --build . --parallel $(nproc) --config Release
84
84
# --------------------------------------------------------
85
85
- name : macOS - ${{ matrix.qt_version }} - Generate Dependencies and Build
88
88
run : |
89
89
mkdir build
90
90
cd build
91
- cmake .. -DCMAKE_BUILD_TYPE=Release
91
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_MBEDTLS=OFF
92
92
cmake --build . --parallel $(sysctl -n hw.logicalcpu)
93
93
# --------------------------------------------------------
94
94
- name : Linux - ${{ matrix.qt_version }} - Generate Dependencies and Build
@@ -101,7 +101,7 @@ jobs:
101
101
run : |
102
102
mkdir build
103
103
cd build
104
- cmake .. -DCMAKE_BUILD_TYPE=Release
104
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_MBEDTLS=OFF
105
105
cmake --build . --parallel $(nproc)
106
106
# ========================================================================================================= Deployments
107
107
- name : Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Uploading artifact
You can’t perform that action at this time.
0 commit comments