mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
test cmd swap
This commit is contained in:
@@ -15,14 +15,13 @@ jobs:
|
||||
image: registry.fedoraproject.org/fedora-minimal:${{ matrix.version }}
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Install repositories
|
||||
run: dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "^1.19"
|
||||
|
||||
- name: Install repositories
|
||||
run: dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5
|
||||
shell: bash
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
Reference in New Issue
Block a user