Skip to content

Commit

Permalink
Fixed review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Apr 13, 2024
1 parent 94f3ac9 commit b6d6c65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/glog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,17 @@ jobs:
repository: "google/googletest"
ref: "release-1.12.1"
path: "googletest"
submodules: "recursive"
- name: checkout glog
uses: actions/checkout@v3
with:
repository: "google/glog"
# TODO: upgrade to v0.7.0 and fix deprecation warnings
ref: "v0.6.0"
path: "glog"
submodules: "recursive"
- name: checkout opentelemetry-cpp-contrib
uses: actions/checkout@v3
with:
path: opentelemetry-cpp-contrib
# submodules: "recursive"
- name: checkout opentelemetry-cpp
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b6d6c65

Please sign in to comment.