We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f083605 commit 5686d13Copy full SHA for 5686d13
.github/workflows/linux.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
$cmakeBuildType = '${{ matrix.config }}'
43
44
- cmake "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_HTTP_SAMPLE=OFF" -G Ninja ${{ github.workspace }}
+ cmake "-DCMAKE_BUILD_TYPE=$cmakeBuildType" -G Ninja ${{ github.workspace }}
45
46
- name: Build
47
working-directory: build/
0 commit comments