We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa836fc commit 78bce31Copy full SHA for 78bce31
.github/workflows/check.yml
@@ -237,7 +237,8 @@ jobs:
237
- name: Configure
238
run: |
239
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
240
- cmake -S . -G Ninja -B build -DENABLE_ALL=ON -DGIT_SHALLOW_CLONE=ON -DCMAKE_BUILD_TYPE=Debug
+ # We're running into disk space issues with the Linux debug build, so turn off GDAL
241
+ cmake -S . -G Ninja -B build -DENABLE_ALL=ON -DGIT_SHALLOW_CLONE=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_GDAL=OFF
242
243
- name: Build
244
0 commit comments