Skip to content

Commit 44e077f

Browse files
committed
fixup: quick update, squash later
1 parent 4136309 commit 44e077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/arm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
args: >
3434
bash -c
3535
"
36-
apt-get -y install sudo &&
36+
apt-get -y update && apt-get -y install sudo &&
3737
.github/scripts/install_deps.sh &&
3838
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build &&
3939
./scripts/genappimage.sh nightly

0 commit comments

Comments
 (0)