From 93b72b68257e59b897b9e50450e78f8420f49e9f Mon Sep 17 00:00:00 2001 From: Tobias Peters Date: Mon, 17 Jun 2024 17:24:40 +0200 Subject: [PATCH] use msquic in pipeline --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 74cbccad11..e04040d821 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -101,6 +101,7 @@ jobs: - name: Configure CMake run: > cmake --preset linux-default + -DWITH_MSQUIC=ON -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}