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 8b521cd commit 7c5dfdaCopy full SHA for 7c5dfda
.github/workflows/build.yml
@@ -102,7 +102,8 @@ jobs:
102
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
103
fi
104
apt update
105
- apt-get install -y python3
+ apt install -y python3
106
+ apt install -y libntirpc-dev
107
python3 .github/workflows/build.instruction.py docs/development.md "##### Ubuntu 22.04" > source.sh
108
cat source.sh
109
bash -x -e source.sh
0 commit comments