Skip to content

Commit d02a45c

Browse files
committed
clean synthtool
1 parent 6825c16 commit d02a45c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regenerate-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
7171
- name: Regenerate
7272
run: |
73+
# 1. Clean the cache that synthtool uses
74+
rm -rf $HOME/.cache/synthtool
75+
7376
version=$(sed -n 's/^version: *//p' librarian.yaml)
7477
PATH=$PATH:/tmp/pandoc/bin
7578
go run "github.com/googleapis/librarian/cmd/librarian@${version}" generate -all -v

0 commit comments

Comments
 (0)