From 8272e6357a980087fdd1614713e6ff78772e5c18 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 27 Nov 2024 19:29:40 -0500 Subject: [PATCH] Re-disable skip export in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e5e3d3..0d739f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ permissions: jobs: call-workflow: uses: skiptools/actions/.github/workflows/skip-framework.yml@main - #with: + with: # disable export because there are currently problems with shared PCH module cache files with multi-module native export - #run-export: false + run-export: false #run-local-tests: false