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 03a7fb5 commit 910fce8Copy full SHA for 910fce8
.github/workflows/build-toolchain.yml
@@ -147,8 +147,8 @@ jobs:
147
${{ github.workspace }}/host-toolchain-sdk \
148
${{ github.workspace }}/dist-toolchain-sdk
149
150
- - run: chmod 777 -R ./build-cache
151
- if: ${{ steps.build-cache.outputs.cache-hit == 'true' }}
+ - run: chmod -R 777 ./build-cache
+ if: ${{ steps.build-cache.outputs.cache-hit }}
152
- name: Build ${{ matrix.target }} installable archive on Docker container
153
if: ${{ matrix.container != null }}
154
timeout-minutes: 300 # Exit before 6 hours limit to allow cache upload
0 commit comments