From f73f9040e690f3f27222f5cb8d9e09d1bd22d79c Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Fri, 31 Jan 2025 10:09:16 +0100 Subject: [PATCH] Perform apt-get clean for arm machines --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77917d8..85f5bac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,6 +164,7 @@ jobs: # The shell to run commands with in the container shell: /bin/bash install: | + apt-get clean apt-get update -q -y apt-get install -q -y bash run: | @@ -192,6 +193,7 @@ jobs: # The shell to run commands with in the container shell: /bin/bash install: | + apt-get clean apt-get update -q -y apt-get install -q -y bash run: |