Skip to content

Commit

Permalink
CI: syntax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 13, 2024
1 parent a529fc7 commit 1ff8a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CC: ${{ matrix.cc }}
steps:
- uses: actions/checkout@v4
- name: Install packages via Brew if macOS
- name: Install packages via Brew if macOS
if: matrix.os == 'macos-latest'
run: |
brew install graphviz
Expand Down

0 comments on commit 1ff8a46

Please sign in to comment.