mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Update update.yml
This commit is contained in:
@@ -14,6 +14,9 @@ jobs:
|
||||
image: registry.fedoraproject.org/fedora:37
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: dnf install rpmdevtools git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -25,9 +28,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install rpmdev
|
||||
run: dnf install rpmdevtools git python3
|
||||
|
||||
- name: Run Update
|
||||
run: ./update.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user