From 83f53ec5602602162c13203fa113a288e12eb941 Mon Sep 17 00:00:00 2001 From: Christian Huitema Date: Sun, 5 Nov 2023 19:43:42 -0800 Subject: [PATCH] Do not load "fusion" in minicrypto test --- .github/workflows/ci-tests-no-openssl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests-no-openssl.yml b/.github/workflows/ci-tests-no-openssl.yml index 6cbd3ffc0..536f57d3d 100644 --- a/.github/workflows/ci-tests-no-openssl.yml +++ b/.github/workflows/ci-tests-no-openssl.yml @@ -16,6 +16,7 @@ jobs: env: CC: clang CXX: clang++ + PTLS_CMAKE_OPTS: -DWITH_FUSION=OFF steps: - name: Checkout repository