We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3f687 commit ab79590Copy full SHA for ab79590
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
sudo mv etcd-v3.5.18-linux-amd64/etcd /usr/local/bin/
29
sudo mv etcd-v3.5.18-linux-amd64/etcdctl /usr/local/bin/
30
etcd --version
31
- sudo apt install -y etcd ncat
+ sudo apt install -y ncat
32
33
- name: Get dependencies
34
run: |
0 commit comments