Skip to content

Commit 93efd30

Browse files
authored
Update cache paths for protoc in workflow
1 parent 9dfed1f commit 93efd30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
id: cache-protoc
2323
uses: actions/cache@v4
2424
with:
25-
path: /usr/bin/protoc
26-
key: ${{ runner.os }}-protoc-${{ hashFiles('**/package.json') }}
25+
path: |
26+
/usr/bin/protoc
27+
/usr/include/google
28+
key: ${{ runner.os }}-protoc-3
2729

2830
- name: Install Protocol Buffers Compiler
2931
if: steps.cache-protoc.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)