From 59df6ea812c39694392bac7e55f8aa17a0817dca Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Thu, 17 Oct 2024 10:19:49 +0800 Subject: [PATCH] Fix --- .github/workflows/linux-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 1ca5cce9c7ecf..43222de8b6158 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -61,6 +61,7 @@ jobs: VELOX_DEPENDENCY_SOURCE: SYSTEM simdjson_SOURCE: BUNDLED xsimd_SOURCE: BUNDLED + hyperscan_SOURCE: BUNDLED CUDA_VERSION: "12.4" steps: - uses: actions/checkout@v4