We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b573e06 commit e5b07cfCopy full SHA for e5b07cf
.github/workflows/00-setup-mkosi.yaml
@@ -9,7 +9,7 @@ jobs:
9
volumes:
10
- mkosi_cache:${{ github.workspace }}/mkosi.cache
11
- mkosi_output:${{ github.workspace }}/mkosi.output
12
- options: --cap-add ALL
+ options: --cap-add ALL --privileged
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Repository
0 commit comments