Update releases.yml - apt update & install buildah

This commit is contained in:
Rahul Jain 2024-09-24 14:22:18 +00:00 committed by GitHub
parent 0cc8e2968f
commit 4e4756d1c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: