diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index dd7da1b..8e46f5b 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -116,7 +116,7 @@ jobs: # CI coverage for our logic to build a static library version. run: | if [ '${{ matrix.version }}' = REL_17_STABLE ]; then - ERROR_ON_WARNING=1 make -j8 install DUCKDB_BUILD=Static + ERROR_ON_WARNING=1 make -j8 install DUCKDB_BUILD=ReleaseStatic else ERROR_ON_WARNING=1 make -j8 install fi