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
|
||||
steps:
|
||||
- name: Install Tools
|
||||
run: 'dnf install -y --setopt install_weak_deps=False \
|
||||
nodejs git buildah qemu-user-static fuse-overlayfs'
|
||||
run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static fuse-overlayfs'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Images
|
||||
|
|
Loading…
Reference in a new issue