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 2ed87dd commit 5a4b6e6Copy full SHA for 5a4b6e6
.github/workflows/ci.yml
@@ -17,12 +17,6 @@ jobs:
17
runs-on: macos-latest
18
steps:
19
- uses: actions/checkout@v3
20
- - name: Create and set the default keychain
21
- run: |
22
- security create-keychain -p "" temporary
23
- security default-keychain -s temporary
24
- security unlock-keychain -p "" temporary
25
- security set-keychain-settings -lut 7200 temporary
26
- name: Use multiple cores
27
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
28
- name: Build and Test
0 commit comments