Skip to content

Commit 50ab3e3

Browse files
committed
fix workflow w/ ubuntu updates
1 parent 76daa9c commit 50ab3e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Checkout repo
3131
uses: actions/checkout@v4
3232
- name: Install packaging dependencies
33-
run: sudo apt install -y aria2 libarchive-tools
33+
run: |
34+
sudo apt update -y
35+
sudo apt install -y aria2 libarchive-tools
3436
- name: Setup DwarFS
3537
run: |
3638
sudo cp appdwarf /bin

0 commit comments

Comments
 (0)