2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-18 09:13:43 +00:00

Remove unecessary QEMU install step

This commit is contained in:
Ashleigh Carr
2024-02-06 10:28:02 +00:00
parent 40a4872f70
commit 7588e50f9f

View File

@@ -22,10 +22,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '18.x' node-version: '18.x'
- name: Install qemu dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Install - name: Install
run: | run: |