From 7b26bc2d36e62bfcde7368388bc8cd51f0f8b51c Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 27 Nov 2024 18:48:32 -0500 Subject: [PATCH] Attempt to re-enable 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 5f81a79..2637043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ permissions: jobs: call-workflow: uses: skiptools/actions/.github/workflows/skip-framework.yml@main - with: + #with: # skip running local tests because they crash on macos-13 #run-local-tests: false #runs-on: "['macos-13', 'macos-14', 'macos-15']" # 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