We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e38e1b commit 9eab8c5Copy full SHA for 9eab8c5
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
shell: powershell
78
run: |
79
git clone https://github.com/microsoft/vcpkg.git
80
- cd vcpkg; .\boostrap-vcpkg.bat
+ cd vcpkg; .\bootstrap-vcpkg.bat
81
.\vcpkg integrate install
82
.\vcpkg install grpc
83
0 commit comments