Skip to content

Commit

Permalink
Skipping brew update on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Mar 20, 2024
1 parent 0ff39a8 commit 2de49ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- name: Install graphviz
uses: ts-graphviz/setup-graphviz@v2
with:
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # default false

- name: Test interface ACT-R
run: |
Expand Down

0 comments on commit 2de49ec

Please sign in to comment.