We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbe532 commit f7fdbc1Copy full SHA for f7fdbc1
.github/workflows/test.yml
@@ -115,7 +115,7 @@ jobs:
115
116
steps:
117
- name: Install dependencies
118
- run: apt-get update && apt-get -y install make python3-pyexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
+ run: sudo apt-get update && sudo apt-get -y install make python3-pyexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
119
- name: Clone repository
120
uses: actions/checkout@v4
121
with:
0 commit comments