Skip to content

Commit

Permalink
Also install buildah and podman as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 19, 2024
1 parent aaee69b commit 381d3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
with:
fetch-depth: 0
path: meta-nao
- name: Install QEMU dependency
- name: Install dependencies
run: |
apt-get update
apt-get install -y qemu-user-static
apt-get install -y buildah podman qemu-user-static
- name: Build development image
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit 381d3bf

Please sign in to comment.