File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments