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 5853fc2 commit cdd9772Copy full SHA for cdd9772
.github/actions/build-swift-project-macos/action.yml
@@ -30,7 +30,8 @@ runs:
30
utils/build-script --skip-build-benchmarks \
31
--swift-darwin-supported-archs "$(uname -m)" \
32
--release --swift-disable-dead-stripping \
33
- --bootstrapping=bootstrapping-with-hostlibs
+ --bootstrapping=bootstrapping-with-hostlibs \
34
+ --sccache
35
shell: bash
36
working-directory: ./swift-project/swift
37
env:
0 commit comments