Skip to content

Commit

Permalink
Only make static_lib & install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent 27b859b commit 89a4e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: brew install protobuf

- name: Build
run: cd pink && make example
run: cd pink && make static_lib

build-and-run-redis-benchmark:
needs: [build-pink-macos]
Expand Down

0 comments on commit 89a4e20

Please sign in to comment.