diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 21d3f259e7..66622a851d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -131,6 +131,13 @@ jobs: }} if [ '${{ matrix.os }}' == 'Linux' ]; then + OVERRIDE_CONF="/etc/systemd/system/snap.multipass.multipassd.service.d" + _run sudo mkdir $( dirname ${OVERRIDE_CONF} ) + _run sudo tee ${OVERRIDE_CONF} <