File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ jobs:
150
150
xcodebuild -version
151
151
152
152
- uses : actions/cache/restore@v3
153
+ id : build-cache
153
154
with :
154
155
path : build-cache
155
156
key : ${{ steps.cache_key.outputs.SCCACHE_KEY }}
@@ -165,10 +166,11 @@ jobs:
165
166
${{ github.workspace }}/host-toolchain-sdk \
166
167
${{ github.workspace }}/dist-toolchain-sdk
167
168
169
+ - run : chmod 777 -R ./build-cache
170
+ if : ${{ steps.build-cache.outputs.cache-hit == 'true' }}
168
171
- name : Build ${{ matrix.target }} installable archive on Docker container
169
172
if : ${{ matrix.container != null }}
170
173
run : |
171
- chmod 777 -R ${{ github.workspace }}/build-cache
172
174
docker volume create oss-swift-package
173
175
docker run --name swiftwasm-ci-buildbot \
174
176
--security-opt=no-new-privileges \
You can’t perform that action at this time.
0 commit comments