We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3338fec commit 9b7d004Copy full SHA for 9b7d004
.github/workflows/macos.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "installing deps"
27
# use || true because it returns 1
28
brew install ccache curl gnu-sed fftw meson libsamplerate sdl2 lilv librsvg adwaita-icon-theme gtk+3 guile gtksourceview5 graphviz zstd npm rt-audio rtmidi jack qjackctl cmake pcre pcre2 libsass glib-utils || true
29
- brew install brotli xxhash vamp-plugin-sdk boost libsoxr gperf libxslt libxmlb itstool yyjson shaderc awscli || true
+ brew install brotli xxhash vamp-plugin-sdk boost libsoxr gperf libxslt libxmlb itstool yyjson shaderc awscli curl libadwaita || true
30
echo "linking python"
31
brew link --overwrite python
32
- name: Fetch repos and files
0 commit comments