We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5437e0d commit 6d1134aCopy full SHA for 6d1134a
.github/workflows/build.yml
@@ -25,8 +25,7 @@ jobs:
25
run: |
26
docker run --privileged --name arch-container -d \
27
-v ${{ github.workspace }}:/workdir \
28
- -v pacman-cache:/var/cache/pacman/pkg \
29
- archlinux:latest sleep infinity
+ -v archlinux:latest sleep infinity
30
31
- name: Build ISO in Arch Container
32
0 commit comments