Skip to content

Commit

Permalink
Update o2-full-deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 19, 2024
1 parent fb1a42b commit cff7fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
el7) deps=python3,git,python3-PyYAML,python3-requests,python3-distro ;;
*) deps=python3,git,python3-pyyaml,python3-requests,python3-distro ;;
esac
pip3 install --user --upgrade pip
python3 setup.py bdist_rpm --requires "$deps"
cp dist/alibuild-*.noarch.rpm ~/rpmbuild/RPMS/"$(uname -m)"/
cd ~/rpmbuild/RPMS/"$(uname -m)"/
Expand Down

0 comments on commit cff7fb3

Please sign in to comment.