1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Fix package dependencies for Ubuntu build environment

This commit is contained in:
purian23
2025-10-14 00:46:15 -04:00
parent 64ea115303
commit 8d53a8826e

View File

@@ -40,7 +40,7 @@ jobs:
- name: Setup build environment
run: |
sudo apt-get update
sudo apt-get install -y rpm wget curl jq gzip rpmdevtools
sudo apt-get install -y rpm wget curl jq gzip
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
echo "✅ RPM build environment ready"