fix
This commit is contained in:
parent
8ac1ac1597
commit
fe811ac2d9
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -13,12 +13,6 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: archlinux:base
|
image: archlinux:base
|
||||||
options: --privileged
|
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
|
- name: install
|
||||||
run: pacman -Syyu --noconfirm archiso docker
|
run: pacman -Syyu --noconfirm archiso docker
|
||||||
|
Loading…
Reference in New Issue
Block a user