mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Remove unecessary QEMU install step
This commit is contained in:
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user