Skip to content

Commit 07ed7fb

Browse files
fix CI
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
1 parent 0008ae7 commit 07ed7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_make_vtadmin_authz_testgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true'
6565
run: |
6666
sudo apt-get update
67-
sudo apt-get install -y make unzip g++ etcd curl git wget
67+
sudo apt-get install -y make unzip g++ etcd-client etcd-server curl git wget
6868
sudo service etcd stop
6969
go mod download
7070
go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)