Skip to content

Commit a8303f7

Browse files
committed
Remove dependency install that causes brew warning in macos build
1 parent 8124e75 commit a8303f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-test-macos.yml

-4
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
with:
105105
submodules: 'recursive'
106106

107-
- name: Install dependencies
108-
run: |
109-
brew install pkg-config
110-
111107
- uses: julia-actions/setup-julia@v2
112108
with:
113109
version: '1'

0 commit comments

Comments
 (0)