diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ce3be7..cdce44c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,8 +60,8 @@ jobs: run: | # docker # FIXME: v27.2.0 reports "...client version 1.22 is too old..." when trying to copy the - # rock to the local repository - sudo snap install docker --channel=latest/stable --revision=2932 + # rock to the local repository --revision=2932 + sudo snap install docker --channel=latest/stable sudo addgroup --system docker; sudo adduser $USER docker newgrp docker sudo snap disable docker; sudo snap enable docker