Skip to content

Commit 077b676

Browse files
committed
Disable run-export for CI
1 parent cf1b55d commit 077b676

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ permissions:
1414
jobs:
1515
call-workflow:
1616
uses: skiptools/actions/.github/workflows/skip-framework.yml@main
17+
with:
18+
# disable export because there are currently problems with shared PCH module cache files with multi-module native export
19+
run-export: false
20+

0 commit comments

Comments
 (0)