Skip to content

Commit

Permalink
Remove unecessary QEMU install step
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Feb 8, 2024
1 parent 9bad3dd commit e3b8aa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install qemu dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: Install
run: |
Expand Down

0 comments on commit e3b8aa4

Please sign in to comment.