We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1349 commit 426d6d2Copy full SHA for 426d6d2
.github/workflows/pr-test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Prep Env
26
run: |
27
sudo apt-get update
28
- sudo apt-get install qemu
+ apt-get install qemu-system
29
sudo apt-get install librdkafka-dev libyajl-dev kafkacat qemu qemu-user-static binfmt-support dpkg-cross
30
31
# Install the hzn cli
0 commit comments