Skip to content

Commit 166aa15

Browse files
committed
workflow: make osbuild-dnf-json available in ubuntu testenv
1 parent 59fc90a commit 166aa15

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,18 @@ jobs:
282282

283283
- *apt_install_dependencies
284284

285-
- run: sudo apt install -y qemu-user-static
285+
- run: sudo apt install -y qemu-user-static dnf
286+
287+
- uses: actions/checkout@v5
288+
with:
289+
path: osbuild
290+
repository: osbuild/osbuild
291+
ref: main
292+
293+
- name: install osbuild
294+
run:
295+
cd osbuild
296+
sudo python3 -m pip install --break-system-packages -e .
286297

287298
- name: Check out code into the Go module directory
288299
uses: actions/checkout@v5

0 commit comments

Comments
 (0)