diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c6586205..148f122d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,8 @@ jobs: export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json" fi apt update - apt-get install -y python3 + apt install -y python3 + apt install -y libntirpc-dev python3 .github/workflows/build.instruction.py docs/development.md "##### Ubuntu 22.04" > source.sh cat source.sh bash -x -e source.sh