Skip to content

Commit

Permalink
Perform apt-get clean for arm machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jan 31, 2025
1 parent 66376db commit f73f904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f73f904

Please sign in to comment.