mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 10:16:15 -04:00
Update releases.yml - apt update & install buildah
This commit is contained in:
parent
0cc8e2968f
commit
4e4756d1c4
1 changed files with 6 additions and 1 deletions
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
|
@ -18,6 +18,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Apt update
|
||||
run: sudo apt-get update
|
||||
- name: apt install buildah qemu-user-static
|
||||
run: sudo apt-get install -y buildah qemu-user-static
|
||||
|
||||
- name: Set node version
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue