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 f7fdbc1 commit 0ad0dc8Copy full SHA for 0ad0dc8
.github/workflows/test.yml
@@ -115,7 +115,7 @@ jobs:
115
116
steps:
117
- name: Install dependencies
118
- run: sudo apt-get update && sudo 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-pexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
119
- name: Clone repository
120
uses: actions/checkout@v4
121
with:
0 commit comments