mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
Github actions deb fixes
This commit is contained in:
parent
e42875da3b
commit
d3bd154715
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
@ -65,7 +65,8 @@ jobs:
|
|||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
apt install ruby
|
||||
apt-get update
|
||||
apt-get install --yes ruby
|
||||
gem install fpm
|
||||
|
||||
- name: Build
|
||||
|
@ -77,6 +78,7 @@ jobs:
|
|||
--maintainer "Rodney <rodney@rodney.io>"
|
||||
--category python
|
||||
--depends "python3 >= 3.9"
|
||||
legendary
|
||||
|
||||
- name: OS version
|
||||
id: os_version
|
||||
|
|
Loading…
Reference in a new issue