Skip to content

Commit 5a4b6e6

Browse files
authored
Update ci.yml
1 parent 2ed87dd commit 5a4b6e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
runs-on: macos-latest
1818
steps:
1919
- 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
2620
- name: Use multiple cores
2721
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
2822
- name: Build and Test

0 commit comments

Comments
 (0)