Skip to content

Commit ab79590

Browse files
committed
remove etcd from apt
1 parent ac3f687 commit ab79590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo mv etcd-v3.5.18-linux-amd64/etcd /usr/local/bin/
2929
sudo mv etcd-v3.5.18-linux-amd64/etcdctl /usr/local/bin/
3030
etcd --version
31-
sudo apt install -y etcd ncat
31+
sudo apt install -y ncat
3232
3333
- name: Get dependencies
3434
run: |

0 commit comments

Comments
 (0)