Skip to content

Commit

Permalink
fix: checkout grpc
Browse files Browse the repository at this point in the history
Signed-off-by: Zhanhui Li <[email protected]>
  • Loading branch information
lizhanhui committed Mar 2, 2024
1 parent afde7bf commit 64056d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpp_tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'grpc/grpc'
repository: grpc/grpc
ref: 'grpc-1.46.3'
# Relative path under $GITHUB_WORKSPACE to place the repository
path: 'repo/grpc'
path: repo/grpc
submodules: true
- name: "Install Dependencies"
run: |
sudo apt-get install -y build-essential autoconf libtool pkg-config cmake git libprotobuf-dev libssl-dev zlib1g-dev libgflags-dev
Expand Down

0 comments on commit 64056d3

Please sign in to comment.