Commit 45a79bb 1 parent afab4c5 commit 45a79bb Copy full SHA for 45a79bb
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
30
31
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
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
33
33
34
34
- name : Extract Version and SHA
35
35
run : |
61
61
tar -cvzf umu-launcher-$VERSION.tar.gz umu-launcher-$VERSION
62
62
mv umu-launcher-$VERSION.tar.gz ~/rpmbuild/SOURCES/
63
63
rm -Rf umu-launcher-$VERSION/
64
+ wget https://github.com/urllib3/urllib3/releases/download/2.3.0/urllib3-2.3.0.tar.gz
65
+ mv urllib3-2.3.0.tar.gz ~/rpmbuild/SOURCES/
64
66
cd umu-launcher/
65
67
66
68
sed -i "s|^%global tag .*|%global tag ${VERSION}|g" packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change 29
29
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
30
31
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
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
33
33
34
34
- name : Extract Version and SHA
35
35
run : |
61
61
tar -cvzf umu-launcher-$VERSION.tar.gz umu-launcher-$VERSION
62
62
mv umu-launcher-$VERSION.tar.gz ~/rpmbuild/SOURCES/
63
63
rm -Rf umu-launcher-$VERSION/
64
+ wget https://github.com/urllib3/urllib3/releases/download/2.3.0/urllib3-2.3.0.tar.gz
65
+ mv urllib3-2.3.0.tar.gz ~/rpmbuild/SOURCES/
64
66
cd umu-launcher/
65
67
66
68
sed -i "s|^%global tag .*|%global tag ${VERSION}|g" packaging/rpm/umu-launcher.spec
You can’t perform that action at this time.
0 commit comments