Skip to content

Commit f7fdbc1

Browse files
committed
fixup! Add local tests to build system and CI
1 parent 2dbe532 commit f7fdbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Install dependencies
118-
run: apt-get update && apt-get -y install make python3-pyexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
118+
run: sudo apt-get update && sudo apt-get -y install make python3-pyexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
119119
- name: Clone repository
120120
uses: actions/checkout@v4
121121
with:

0 commit comments

Comments
 (0)