Skip to content

Commit

Permalink
Update installing buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
winswu committed Nov 1, 2024
1 parent b35c8c8 commit ccdf2d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/post-push-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:

- name: Install buildifier
run: |
go install github.com/bazelbuild/buildtools/buildifier@latest
export PATH=$PATH:$(go env GOPATH)/bin
wget https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-linux-amd64
mv buildifier-linux-amd64 buildifier
chmod +x buildifier
- name: Run clang-format for .h and .c files
run: |
Expand Down

0 comments on commit ccdf2d0

Please sign in to comment.