Skip to content

Commit a81397a

Browse files
[Wasm] Clean build-sdk on self-hosted machine
1 parent a6b0998 commit a81397a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
restore-keys: |
100100
${{ matrix.target }}-sccache-v10-
101101
102-
- name: Clean stdlib build directory
102+
- name: Clean build directory
103103
if: ${{ matrix.clean_build_dir }}
104104
run: |
105105
rm -rf ${{ github.workspace }}/target-build \
106106
${{ github.workspace }}/host-build \
107+
${{ github.workspace }}/build-sdk \
107108
${{ github.workspace }}/host-toolchain-sdk \
108109
${{ github.workspace }}/dist-toolchain-sdk
109110

0 commit comments

Comments
 (0)