Skip to content

Commit 3321c8c

Browse files
authored
Refactor GitHub Actions build workflow
Updated build workflow to clean apt cache before installation and removed unnecessary steps.
1 parent a5c51c1 commit 3321c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
sudo rm -f /etc/apt/apt-mirrors.txt
1818
echo "deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list
19+
sudo apt-get clean
1920
sudo apt-get update
2021
sudo apt-get install aptitude
2122
sudo aptitude install -y libwebp-dev
@@ -86,3 +87,4 @@ jobs:
8687

8788

8889

90+

0 commit comments

Comments
 (0)