mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
try uninstalling apparmor first
This commit is contained in:
parent
5af6f0f216
commit
0c5489c1ba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test_and_package_stage.yml
vendored
1
.github/workflows/test_and_package_stage.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y nginx-light
|
||||
echo "nginx light installed"
|
||||
sudo apt-get remove -y apparmor
|
||||
sudo apt-get install -y --no-install-recommends snapd:armhf
|
||||
echo "snapd:armhf installed"
|
||||
- name: Setup venv
|
||||
|
|
|
|||
Loading…
Reference in a new issue