mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(ci): bootstrap try getting rid of sudo
Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
fail-fast: true
|
||||
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
|
||||
container:
|
||||
image: registry.fedoraproject.org/fedora:${{ matrix.version }}
|
||||
image: registry.fedoraproject.org/fedora-minimal:${{ matrix.version }}
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
go-version: "^1.19"
|
||||
|
||||
- name: Install repositories
|
||||
run: sudo dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5
|
||||
run: dnf install -y mock createrepo_c rpm-build gcc curl wget git-core openssl-devel dnf5
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user