Skip to content

Commit

Permalink
GH action: try to get systemd using the cgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Aug 26, 2024
1 parent 14bac87 commit 62618a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: carlodepieri/docker-archlinux-systemd
options: --privileged
options: --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro
steps:
- uses: actions/checkout@v3
- name: Install yay
Expand Down

0 comments on commit 62618a7

Please sign in to comment.