From ddfeb58264700d250701d92cdc92bc0d49106c91 Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Thu, 28 Mar 2024 15:57:13 +0000 Subject: [PATCH] Libalpm --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a1bfd5..d562454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,13 +9,13 @@ jobs: name: release runs-on: ubuntu-latest container: - image: ghcr.io/archlinux/archlinux:latest + image: ghcr.io/archlinux/archlinux:base-devel strategy: matrix: features: [arch, debian] steps: - name: Install rust toolchain - run: pacman -Syy --noconfirm rust + run: pacman -Syy --noconfirm rust libalpm - uses: actions/checkout@master - name: Build run: cargo build --release --features ${{ matrix.features }}