Skip to content

Commit 73a14d9

Browse files
fix missing f43 build dependency
1 parent 4ed61d1 commit 73a14d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-umu-fedora-43.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3030

3131
- name: Install build dependencies
32-
run: dnf install -y rpm-build meson ninja-build cmake g++ gcc-c++ scdoc git python3-devel python3-build python3-installer python3-hatchling python python3 cargo python3-hatch-vcs python3-wheel libzstd-devel python3-pyzstd python3-xlib wget
32+
run: dnf install -y rpm-build meson ninja-build cmake g++ gcc-c++ scdoc git python3-devel python3-build python3-installer python3-hatchling python python3 cargo python3-hatch-vcs python3-wheel libzstd-devel python3-pyzstd python3-xlib python3-urllib3 wget
3333

3434
- name: Extract Version and SHA
3535
run: |

0 commit comments

Comments
 (0)