Skip to content

Commit 6a09c78

Browse files
author
oech3
committed
Move rm -rf
1 parent a56ba11 commit 6a09c78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ jobs:
122122
- name: Install/setup prerequisites
123123
shell: bash
124124
run: |
125-
# Avoid no space left
126-
sudo rm -rf /usr/local/lib/android /usr/share/dotnet /usr/share/swift /usr/lib/firefox /opt/google/chrome &
127125
sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu libselinux1-dev
128126
- name: Initialize workflow variables
129127
id: vars
@@ -1174,6 +1172,7 @@ jobs:
11741172
- name: build and test all programs individually
11751173
shell: bash
11761174
run: |
1175+
sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left
11771176
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
11781177
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
11791178
do

0 commit comments

Comments
 (0)