fix: ci
This commit is contained in:
parent
0a0bb651a0
commit
1a5a148ebe
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ runs:
|
|||
args:
|
||||
- -c
|
||||
- |
|
||||
apt update; apt install -y python3-pip lintian rsync
|
||||
export VERSION=$(python3 -c 'import ${{ inputs.python_module }}; print(${{ inputs.python_module }}.__version)')
|
||||
apt update; apt install -y python3-pip lintian rsync sudo
|
||||
export VERSION=$(python3 -c 'import ${{ inputs.python_module }}; print(${{ inputs.python_module }}.__version__)')
|
||||
mkdir -p \
|
||||
${{ inputs.package_root }}/usr/lib/python3/dist-packages/
|
||||
${{ inputs.package_root }}/usr/share/doc/${{ inputs.package_name }}/
|
||||
|
|
Loading…
Reference in a new issue