Skip to content

Commit e5b07cf

Browse files
committed
run container privileged
1 parent b573e06 commit e5b07cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
volumes:
1010
- mkosi_cache:${{ github.workspace }}/mkosi.cache
1111
- mkosi_output:${{ github.workspace }}/mkosi.output
12-
options: --cap-add ALL
12+
options: --cap-add ALL --privileged
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository

0 commit comments

Comments
 (0)