We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6825c16 commit d02a45cCopy full SHA for d02a45c
1 file changed
.github/workflows/regenerate-all.yml
@@ -70,6 +70,9 @@ jobs:
70
71
- name: Regenerate
72
run: |
73
+ # 1. Clean the cache that synthtool uses
74
+ rm -rf $HOME/.cache/synthtool
75
+
76
version=$(sed -n 's/^version: *//p' librarian.yaml)
77
PATH=$PATH:/tmp/pandoc/bin
78
go run "github.com/googleapis/librarian/cmd/librarian@${version}" generate -all -v
0 commit comments