File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 sudo apt clean
2828 docker rmi $(docker image ls -aq)
2929 df -h
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v1
3131 with :
3232 path : swift
3333 - name : Prepare sccache timestamp
7676 sudo apt clean
7777 docker rmi $(docker image ls -aq)
7878 df -h
79- - uses : actions/checkout@v2
79+ - uses : actions/checkout@v1
8080 with :
8181 path : swift
8282 - name : Prepare sccache timestamp
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : macos-10.15
113113
114114 steps :
115- - uses : actions/checkout@v2
115+ - uses : actions/checkout@v1
116116 with :
117117 path : swift
118118 - name : Prepare sccache timestamp
Original file line number Diff line number Diff line change 66 nightly-distribution :
77 runs-on : macos-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v1
1010 - name : Setup keychain
1111 run : |
1212 echo "$DARWIN_TOOLCHAIN_APPLICATION_CERT_BASE64" | base64 --decode -o developerID_application.p12
You can’t perform that action at this time.
0 commit comments