diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d562454..2b7abb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: features: [arch, debian] steps: - name: Install rust toolchain - run: pacman -Syy --noconfirm rust libalpm + run: pacman -Syy --noconfirm rust - uses: actions/checkout@master - name: Build run: cargo build --release --features ${{ matrix.features }}