Thanks to visit codestin.com Credit goes to github.com
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 94efa16 commit 42acbe9Copy full SHA for 42acbe9
.github/workflows/security.yaml
@@ -109,7 +109,7 @@ jobs:
109
chmod +x $protoc_path
110
protoc --version
111
# Copy the generated files to the include directory.
112
- docker run --rm -v /usr/local/include:/target protoc cp -r "/tmp/include/*" /target/
+ docker run --rm -v /usr/local/include:/target protoc cp -r /tmp/include/google /target/
113
chown -R $(id -u):$(id -g) /usr/local/include
114
ls -la /usr/local/include/google/protobuf/
115
stat /usr/local/include/google/protobuf/timestamp.proto
0 commit comments