Skip to content

Commit c4d6f6b

Browse files
committed
add capability to docker
else image won't be able to build
1 parent 0e270c8 commit c4d6f6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/00-setup-mkosi.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
image: fedora:latest
99
volumes:
1010
- mkosi_cache:${{ github.workspace }}/mkosi.cache
11-
- mkosi_output:${{ github.workspace }}/mkosi.output
11+
- mkosi_output:${{ github.workspace }}/mkosi.output
12+
options: --cap-add SYS_ADMIN
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout Repository

0 commit comments

Comments
 (0)