Skip to content

Commit e3b8aa4

Browse files
committed
Remove unecessary QEMU install step
1 parent 9bad3dd commit e3b8aa4

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)