From fe811ac2d9a092dc7dc89be033e9761e6b13baa2 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 12 Feb 2024 10:22:13 +0900 Subject: [PATCH] fix --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) 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