Skip to content

Commit ff8547c

Browse files
[Wasm] Clean build-sdk on self-hosted machine
1 parent 16d4c6d commit ff8547c

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
@@ -129,11 +129,12 @@ jobs:
129129
restore-keys: |
130130
${{ matrix.target }}-sccache-v11-
131131
132-
- name: Clean stdlib build directory
132+
- name: Clean build directory
133133
if: ${{ matrix.clean_build_dir }}
134134
run: |
135135
rm -rf ${{ github.workspace }}/target-build \
136136
${{ github.workspace }}/host-build \
137+
${{ github.workspace }}/build-sdk \
137138
${{ github.workspace }}/host-toolchain-sdk \
138139
${{ github.workspace }}/dist-toolchain-sdk
139140

0 commit comments

Comments
 (0)