Skip to content

Commit

Permalink
Remove redundant protobuf-c
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubrak committed Oct 30, 2023
1 parent e92ab83 commit cb38c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test-and-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ jobs:
requirementPath=${{ env.ARTIFACT_PATH }}/thirdparty/${requirement}
mkdir -p "${requirementPath}"
if printf "%s" "${requirement}" | grep -q "protobuf-c/"; then
downloadLicense "${requirement}" "${requirementPath}" "https://raw.githubusercontent.com/protobuf-c/protobuf-c/master/LICENSE"
continue
fi
if printf "%s" "${requirement}" | grep -q "protobuf/"; then
downloadLicense "${requirement}" "${requirementPath}" "https://raw.githubusercontent.com/protocolbuffers/protobuf/main/LICENSE"
continue
Expand Down
1 change: 0 additions & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[requires]
protobuf/3.21.9
protobuf-c/1.4.1
ms-gsl/4.0.0
fmt/10.1.1
spdlog/1.12.0
Expand Down

0 comments on commit cb38c38

Please sign in to comment.