Skip to content

Commit

Permalink
brew update is required?
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Dec 22, 2022
1 parent bb54d10 commit a46f162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install Poac & clang-format
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew install poac clang-format
echo "$(brew --prefix clang-format)/bin" >> "$GITHUB_PATH"
Expand All @@ -51,7 +50,6 @@ jobs:
- name: Install Poac
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew install poac
- name: Install cpplint
Expand Down

0 comments on commit a46f162

Please sign in to comment.