Skip to content

Commit ee2a5e2

Browse files
committed
add an action to install qemu-system-x86_64
Signed-off-by: Ronald G Minnich <[email protected]>
1 parent ec6e2dc commit ee2a5e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21+
- name: install qemu
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get -y install qemu-system-x86
25+
2126
- name: Set up Go
2227
uses: actions/setup-go@v3
2328
with:

0 commit comments

Comments
 (0)