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