test cmd swap

This commit is contained in:
lleyton
2023-08-16 03:37:30 -07:00
committed by GitHub
parent 331df6cf30
commit 0fdbf820e9
+3 -4
View File
@@ -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