Skip to content

Commit

Permalink
install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 2, 2024
1 parent 450ff2d commit 4190076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
keys-asc: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_20.04/Release.key
install: ${{ matrix.PACKAGES }}
- name: Add brew packages
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-12'
shell: bash
run: brew install ${{ matrix.PACKAGES }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4190076

Please sign in to comment.