Skip to content

Commit 5686d13

Browse files
committed
Don't explicitly block Boost.Beast sample on Linux
1 parent f083605 commit 5686d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
$cmakeBuildType = '${{ matrix.config }}'
4343
44-
cmake "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_HTTP_SAMPLE=OFF" -G Ninja ${{ github.workspace }}
44+
cmake "-DCMAKE_BUILD_TYPE=$cmakeBuildType" -G Ninja ${{ github.workspace }}
4545
4646
- name: Build
4747
working-directory: build/

0 commit comments

Comments
 (0)