We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1b55d commit 077b676Copy full SHA for 077b676
.github/workflows/ci.yml
@@ -14,3 +14,7 @@ permissions:
14
jobs:
15
call-workflow:
16
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