mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
Use ruby/setup-ruby instead of manual apt install
This commit is contained in:
parent
d3bd154715
commit
310b20e733
13
.github/workflows/python.yml
vendored
13
.github/workflows/python.yml
vendored
|
@ -63,11 +63,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Dependencies
|
- uses: ruby/setup-ruby@v1
|
||||||
run: |
|
with:
|
||||||
apt-get update
|
ruby-version: '3.0'
|
||||||
apt-get install --yes ruby
|
|
||||||
gem install fpm
|
- name: Install fpm
|
||||||
|
run: gem install fpm
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: fpm
|
run: fpm
|
||||||
|
@ -78,7 +79,7 @@ jobs:
|
||||||
--maintainer "Rodney <rodney@rodney.io>"
|
--maintainer "Rodney <rodney@rodney.io>"
|
||||||
--category python
|
--category python
|
||||||
--depends "python3 >= 3.9"
|
--depends "python3 >= 3.9"
|
||||||
legendary
|
setup.py
|
||||||
|
|
||||||
- name: OS version
|
- name: OS version
|
||||||
id: os_version
|
id: os_version
|
||||||
|
|
Loading…
Reference in a new issue