Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 22262ab

Browse files
committed
test
1 parent 812e101 commit 22262ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
container:
1616
image: archlinux
1717
options: --privileged # Needed for building in clean chroot
18-
volumes:
19-
- /sys/fs/cgroup:/sys/fs/cgroup # systemd nspawn needs cgroups
18+
#volumes:
19+
# - /sys/fs/cgroup:/sys/fs/cgroup # systemd nspawn needs cgroups
2020
steps:
2121
- name: Install required dependencies
2222
run: |

0 commit comments

Comments
 (0)