We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed61d1 commit 73a14d9Copy full SHA for 73a14d9
.github/workflows/build-umu-fedora-43.yml
@@ -29,7 +29,7 @@ jobs:
29
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
31
- 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
+ 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
33
34
- name: Extract Version and SHA
35
run: |
0 commit comments