Skip to content

Commit 7c5dfda

Browse files
committed
Fix
1 parent 8b521cd commit 7c5dfda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
103103
fi
104104
apt update
105-
apt-get install -y python3
105+
apt install -y python3
106+
apt install -y libntirpc-dev
106107
python3 .github/workflows/build.instruction.py docs/development.md "##### Ubuntu 22.04" > source.sh
107108
cat source.sh
108109
bash -x -e source.sh

0 commit comments

Comments
 (0)