Skip to content

Commit

Permalink
Attempt to re-enable skip export in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 27, 2024
1 parent 7955b60 commit 7b26bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b26bc2

Please sign in to comment.