Skip to content

Commit 9846b7f

Browse files
authored
Update followup.yml
1 parent 56dfed5 commit 9846b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/followup.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install Dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y docker.io jq
24+
sudo apt-get remove -y containerd
25+
sudo apt-get install -y docker.io jq containerd.io
2526
2627
- name: Generate Metrics SVG
2728
uses: lowlighter/metrics@latest

0 commit comments

Comments
 (0)