This commit is contained in:
parent
56456b015b
commit
9f9b730e18
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ jobs:
|
||||||
image: fedora:40
|
image: fedora:40
|
||||||
steps:
|
steps:
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
run: 'dnf install -y --setopt install_weak_deps=False \
|
run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static fuse-overlayfs'
|
||||||
nodejs git buildah qemu-user-static fuse-overlayfs'
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Images
|
- name: Build Images
|
||||||
|
|
Loading…
Reference in a new issue