Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit d873aa9

Browse files
committed
build-xbbm: temporari skip clean
1 parent 69471b4 commit d873aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-xbbm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
fetch-depth: 3
4343
submodules: true
4444

45-
- name: 'Clean working area'
46-
run: rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
45+
# - name: 'Clean working area'
46+
# run: rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
4747

4848
- name: 'Build macOS x64 binary'
4949
timeout-minutes: 1440

0 commit comments

Comments
 (0)