Try marking the googleapis directory safe

gce-action-fix
Victor Chudnovsky 2 years ago
parent 746f8752af
commit 0790acdcf6
  1. 1
      .github/workflows/diregapic.yaml

@ -28,6 +28,7 @@ jobs:
git version
ls -la /__w/googleapis
ls -la /__w/googleapis/googleapis
git config --global --add safe.directory /__w/googleapis/googleapis
echo "*** DEBUG END"
bazel build //google/cloud/compute/v1:compute_gen
cp bazel-bin/google/cloud/compute/v1/compute_gen.proto google/cloud/compute/v1/compute.proto

Loading…
Cancel
Save