Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zmraul committed Nov 22, 2024
1 parent 5049edd commit 8b68541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b68541

Please sign in to comment.