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 59fd83c commit a8e1751Copy full SHA for a8e1751
.github/workflows/release.yml
@@ -89,12 +89,6 @@ jobs:
89
90
- name: Build
91
run: |
92
- # `buf` tries to read a CLI config file that we don't actually use located at
93
- # ~/.config/buf/config.yaml. We don't always have permission to access this
94
- # directory in CI, so we set the `BUF_CONFIG_DIR` to some other value that we
95
- # do have permissions for. See https://github.com/bufbuild/buf/issues/2698 for
96
- # more details.
97
- export BUF_CONFIG_DIR=$(mktemp -d)
98
mkdir build
99
cmake -S . -B build -G Ninja
100
cmake --build build --target all install -- -v
0 commit comments