Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a6054081c73c696db603b1f2a4bf965ebc3dd0e7
  • Loading branch information
Vertexwahn committed Jan 19, 2025
1 parent 8649ed9 commit dea4e10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devertexwahn/ci/ubuntu-24.04-clang19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ steps:
bazel version
displayName: "Show Bazel version"
- script: |
sudo apt-get update
sudo apt-get -y install libncurses6 # needed by Clang
displayName: "Install libncurses6"
- script: |
cd devertexwahn
Expand Down

0 comments on commit dea4e10

Please sign in to comment.