Skip to content

Commit 97878ee

Browse files
committed
fix(ci): remove redundant checkout step
1 parent 782fbe7 commit 97878ee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-image-withlib.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ jobs:
1212
docker-build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
16-
- name: Free disk space
17-
# https://github.com/actions/virtual-environments/issues/709
18-
run: |
19-
echo "=========original CI disk space"
20-
df -h
21-
sudo rm -rf "/usr/local/share/boost"
22-
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
23-
echo "=========after clean up, the left CI disk space"
24-
df -h
25-
2615
- name: Checkout code
2716
uses: actions/checkout@v4
2817

0 commit comments

Comments
 (0)