We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499c91 commit 3fb1363Copy full SHA for 3fb1363
.github/workflows/linux_and_macos.yml
@@ -57,6 +57,12 @@ jobs:
57
pkg-config \
58
portaudio19-dev
59
60
+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
61
+ brew config
62
+ brew doctor
63
64
+ exit 1
65
+
66
- name: Install build dependency Clang ${{ matrix.clang_major_version }} (Linux)
67
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"
68
run: |-
0 commit comments