Skip to content

Commit

Permalink
Add missing libtinfo5
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Dec 17, 2023
1 parent 5d5c939 commit 6849aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
set -x -e
git log --pretty -1
sudo apt update -y -qq && sudo apt install -y -qq libtinfo5
TF_PYTHON_VERSION=3.10 bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:check -- bazel clang
lint-docs:
Expand Down

0 comments on commit 6849aa9

Please sign in to comment.