From 8e856eeb72146dd4adcec1edcad584edbdc0626c Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 1 Sep 2024 14:46:37 -0600 Subject: [PATCH] Kill it with fire? --- .github/actions/freeradius-deps/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/freeradius-deps/action.yml b/.github/actions/freeradius-deps/action.yml index 65ffc8f46e..dde8e524ba 100644 --- a/.github/actions/freeradius-deps/action.yml +++ b/.github/actions/freeradius-deps/action.yml @@ -36,9 +36,11 @@ runs: # ERROR: Operation {'runbindable'} cannot have a source. Source = AARE('/') # ...unless apparmor is disabled. - name: Disable AppArmor + if: ${{ runner.os != 'macOS' }} run: | sudo systemctl disable apparmor || true sudo systemctl stop apparmor || true + sudo apt purge apparmor || true shell: bash # -- 2.47.2