Skip to content

Commit d33a1d1

Browse files
committed
Clean apt package cache ASAP to safe some disk space
1 parent d67bd0f commit d33a1d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ jobs:
4949
run: |
5050
rustup target add thumbv7m-none-eabi
5151
sudo apt-get -y install gcc-arm-none-eabi
52+
sudo apt-get clean
5253
- name: shellcheck the CI and `contrib` scripts
5354
if: "matrix.platform == 'ubuntu-latest'"
5455
run: |
5556
sudo apt-get -y install shellcheck
57+
sudo apt-get clean
5658
shellcheck ci/*.sh -aP ci
5759
shellcheck contrib/*.sh -aP contrib
5860
- name: Set RUSTFLAGS to deny warnings
@@ -260,6 +262,7 @@ jobs:
260262
run: |
261263
sudo apt-get update
262264
sudo apt-get -y install build-essential binutils-dev libunwind-dev
265+
sudo apt-get clean
263266
- name: Pin the regex dependency
264267
run: |
265268
cd fuzz && cargo update -p regex --precise "1.9.6" --verbose

0 commit comments

Comments
 (0)