Skip to content

Commit

Permalink
add zlib as run-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 30, 2022
1 parent 18360fe commit 2811a8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ outputs:
run:
- {{ pin_subpackage("libgoogle-cloud", exact=True) }}
- nlohmann_json
# cannot load package wihout zlib because it's specified
# as required; if possible, this should be removed upstream
- zlib
test:
commands:
- ./run_test_google_cloud_cpp.sh # [not win]
Expand Down

0 comments on commit 2811a8d

Please sign in to comment.