diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 865af7f..1673eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: build-rpm: name: Build RPM Package runs-on: linux - container: node:18 + container: fedora:latest steps: - uses: actions/checkout@v2 with: @@ -121,8 +121,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Install RPM build tools run: | - apt-get update - apt-get install -y rpm rpm-common gcc build-essential cargo rustc libsystemd-dev pkg-config + dnf install -y rpm-build gcc cargo rust libsystemd-devel pkgconfig-pkg-config - name: Build release binary run: cargo build --release - name: Build RPM package