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 9ddb6c9 commit aa0cef3Copy full SHA for aa0cef3
.github/workflows/build-toolchain.yml
@@ -129,11 +129,12 @@ jobs:
129
restore-keys: |
130
${{ matrix.target }}-sccache-v11-
131
132
- - name: Clean stdlib build directory
+ - name: Clean build directory
133
if: ${{ matrix.clean_build_dir }}
134
run: |
135
rm -rf ${{ github.workspace }}/target-build \
136
${{ github.workspace }}/host-build \
137
+ ${{ github.workspace }}/build-sdk \
138
${{ github.workspace }}/host-toolchain-sdk \
139
${{ github.workspace }}/dist-toolchain-sdk
140
0 commit comments