Skip to content

Commit d3c7a30

Browse files
author
Grok Compression
committed
CI: only enable libcurl for ubuntu
1 parent 06b56b6 commit d3c7a30

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
@@ -65,7 +65,7 @@ jobs:
6565
# and build directories, but this is only available with CMake 3.13 and higher.
6666
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
6767
run: |
68-
if [[ "${{ matrix.os }}" == "macos-latest" ]]; then
68+
if [[ "${{ matrix.os }}" != "ubuntu-latest" ]]; then
6969
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=${{ matrix.shared_libs_flag }} -DBUILD_TESTING:BOOL=ON -DGRK_DATA_ROOT=$DATA_ROOT -DGRK_ENABLE_LIBCURL=OFF $GENERATOR_PLATFORM
7070
else
7171
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=${{ matrix.shared_libs_flag }} -DBUILD_TESTING:BOOL=ON -DGRK_DATA_ROOT=$DATA_ROOT -DGRK_ENABLE_LIBCURL=ON $GENERATOR_PLATFORM

0 commit comments

Comments
 (0)