Skip to content

Commit a8e1751

Browse files
committed
no setting buf_config_dir
1 parent 59fd83c commit a8e1751

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ jobs:
8989

9090
- name: Build
9191
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)
9892
mkdir build
9993
cmake -S . -B build -G Ninja
10094
cmake --build build --target all install -- -v

0 commit comments

Comments
 (0)