1
0
Fork 0

Fix package name

timestamps
dump_stack() 2023-01-24 15:32:04 +00:00
parent 8fca9dbd2e
commit 49ee65de76
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies for tests
run: |
sudo apt-get update
sudo apt-get install qemu
sudo apt-get install qemu-system-x86
- name: Bootstrap
run: ./tools/qemu-debian-img/bootstrap.sh
@ -41,7 +41,7 @@ jobs:
- name: Install dependencies for tests
run: |
sudo apt-get update
sudo apt-get install qemu
sudo apt-get install qemu-system-x86
- name: End-to-End Testing [Kernel Module]
run: |