mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 04:02:24 +08:00
Fix rpmlint package name
This commit is contained in:
parent
1ac58cfbb5
commit
b58c54f429
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -275,7 +275,7 @@ jobs:
|
|||
- name: Install RPM build tooling
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install rpm rpm-lint -y
|
||||
sudo apt-get install rpm rpmlint -y
|
||||
|
||||
- name: Download RPM build configuration
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue