Skip to content

Commit c2d3157

Browse files
committed
CI: Explicitly disable GTEST_DOWNLOAD to fix client-only builds
1 parent e291b85 commit c2d3157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
mkdir release
108108
cd release
109-
${{ matrix.cmake-path }}cmake -E env ${{ matrix.cmake-init-env }} ${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DTOOLS=OFF -DSERVER=OFF -DAUTOUPDATE=ON -Werror=dev -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=. ..
109+
${{ matrix.cmake-path }}cmake -E env ${{ matrix.cmake-init-env }} ${{ matrix.cmake-path }}cmake ${{ matrix.cmake-args }} -DCMAKE_BUILD_TYPE=Release -DTOOLS=OFF -DSERVER=OFF -DDOWNLOAD_GTEST=OFF -DAUTOUPDATE=ON -Werror=dev -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=. ..
110110
${{ matrix.cmake-path }}cmake --build . --config Release --target everything ${{ matrix.build-args }}
111111
112112
- name: Package

0 commit comments

Comments
 (0)