mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
Fix typo, install pip on container
This commit is contained in:
parent
f9ed1fd313
commit
2a7fa2775d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-deb-packages.yml
vendored
2
.github/workflows/build-deb-packages.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Download System Dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y python3 python3-venv build-essential devscripts debhelper bash-completion
|
||||
apt install -y python3 python3-venv python3-pip build-essential devscripts debhelper bash-completion
|
||||
|
||||
- name: Pip Install Tools Requirements
|
||||
run: |
|
||||
|
|
2
.github/workflows/build-rpm-packages.yml
vendored
2
.github/workflows/build-rpm-packages.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
SALT_ONEDIR_ARCHIVE: "${{ github.workspace }}/artifacts/salt-${{ inputs.salt-version }}-onedir-linux-${{ matrix.arch }}.tar.xz"
|
||||
run: |
|
||||
echo "${{ inputs.salt-version }}" > salt/_version.txt
|
||||
tools changlog update-rpm
|
||||
tools changelog update-rpm
|
||||
rpmbuild -bb --define="_salt_src $(pwd)" $(pwd)/pkg/rpm/salt.spec
|
||||
|
||||
- name: Upload RPMs
|
||||
|
|
Loading…
Add table
Reference in a new issue