Skip to content

Commit

Permalink
skip brew_update on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Nov 15, 2023
1 parent 3017c84 commit 7f8938f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: apt-get update (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update
- name: brew update (macOS)
if: runner.os == 'MacOS'
run: brew update
- name: Setup Qt requirements for Linux
uses: tlambert03/setup-qt-libs@v1
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # defalt false
- name: Cache LLVM and Clang
if: runner.os != 'macOS'
id: cache-llvm
Expand Down

0 comments on commit 7f8938f

Please sign in to comment.