File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
.github/actions/setup-capnproto Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1414 /usr/bin/capnpc
1515 key : ${{ runner.os }}-capnproto-0.11.2
1616
17- - name : " Cache capnproto (macOS)"
18- if : runner.os == 'macOS' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
19- uses : actions/cache@v4
20- id : cache-capnp-macos
21- with :
22- path : |
23- /usr/local/bin/capnp
24- /usr/local/bin/capnpc
25- /opt/homebrew/bin/capnp
26- /opt/homebrew/bin/capnpc
27- key : ${{ runner.os }}-capnproto-0.11.2
28-
2917 - name : " Cache capnproto (Windows)"
3018 if : runner.os == 'Windows' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
3119 uses : actions/cache@v4
4230 run : sudo apt-get -y update && sudo apt-get install -y capnproto
4331
4432 - name : " Setup capnproto for macos"
45- if : runner.os == 'macOS' && (steps.cache-capnp-macos.outcome == 'skipped' || steps.cache-capnp-macos.outputs.cache-hit != 'true')
33+ if : runner.os == 'macOS'
4634 shell : bash
4735 run : brew install capnp
4836
You can’t perform that action at this time.
0 commit comments