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

0 comments on commit b8a497e

Please sign in to comment.