shibd commented on code in PR #386:
URL:
https://github.com/apache/pulsar-client-node/pull/386#discussion_r1609567491
##########
.github/workflows/ci-build-release-napi.yml:
##########
@@ -56,31 +62,19 @@ jobs:
with:
python-version: ${{ matrix.python }}
- - name: Cache Dependencies
- id: cache-dependencies
- uses: actions/cache@v3
- with:
- path: pkg/mac/build
- key: ${{ runner.os }}-${{ matrix.arch }}-mac-${{
hashFiles('pkg/mac/build-cpp-deps-lib.sh') }}
-
Review Comment:
Because we don't need to compile the cpp client, just need to download it,
and it will very fast.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]