Skip to content

Commit 02e888e

Browse files
committed
Remove unecessary QEMU install step
1 parent a90c8ac commit 02e888e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/releases.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: '18.x'
25-
- name: Install qemu dependency
26-
run: |
27-
sudo apt-get update
28-
sudo apt-get install -y qemu-user-static
2925

3026
- name: Install
3127
run: |

0 commit comments

Comments
 (0)