diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c570e1..dc21a53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,6 @@ jobs: container: image: archlinux:base options: --privileged - steps: - - name: restore pacman cache - uses: actions/cache@v4 - with: - path: /var/cache/pacman/pkg - key: pacman-cache-${{ github.workflow }}-build - name: install run: pacman -Syyu --noconfirm archiso docker