diff --git a/.github/workflows/reusable_build_dev.yaml b/.github/workflows/reusable_build_dev.yaml index 08cb26c5a7d..6d2230f6076 100644 --- a/.github/workflows/reusable_build_dev.yaml +++ b/.github/workflows/reusable_build_dev.yaml @@ -61,6 +61,10 @@ jobs: -DBUILD_BPF=${{ inputs.minimal == true && 'OFF' || 'ON' }} \ -DBUILD_DRIVER=${{ inputs.minimal == true && 'OFF' || 'ON' }} \ -DMINIMAL_BUILD=${{ inputs.minimal == true && 'ON' || 'OFF' }} \ + -DUSE_BUNDLED_DEPS=Off \ + -DUSE_BUNDLED_NLOHMANN_JSON=On \ + -DUSE_BUNDLED_CXXOPTS=On \ + -DUSE_BUNDLED_CPPHTTPLIB=On \ .. popd