Skip to content

Commit

Permalink
fix(ci): include missing profile name
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Jun 25, 2024
1 parent ae12023 commit b5a3530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Configure default LXD profile
run: |
lxc profile set default security.privileged true
lxc profile set security.nesting true
lxc profile set default security.nesting true
lxc profile set default raw.apparmor 'mount fstype=nfs*, mount fstype=rpc_pipefs,'
- name: Set up gambol
run: |
Expand Down

0 comments on commit b5a3530

Please sign in to comment.