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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --yes ruby
|
||||
gem install fpm
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
|
||||
- name: Install fpm
|
||||
run: gem install fpm
|
||||
|
||||
- name: Build
|
||||
run: fpm
|
||||
|
@ -78,7 +79,7 @@ jobs:
|
|||
--maintainer "Rodney <rodney@rodney.io>"
|
||||
--category python
|
||||
--depends "python3 >= 3.9"
|
||||
legendary
|
||||
setup.py
|
||||
|
||||
- name: OS version
|
||||
id: os_version
|
||||
|
|
Loading…
Reference in a new issue