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 17bc52f commit c4ad7d2Copy full SHA for c4ad7d2
.github/workflows/libfaust.yml
@@ -1,7 +1,7 @@
1
name: libfaust
2
3
env:
4
- FAUST_VERSION: 2.74.6
+ FAUST_VERSION: 2.74.6
5
FAUSTGEN_VERSION: "1.71"
6
LLVM_PACKAGE_VERSION: "15.0.7"
7
CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
@@ -219,7 +219,7 @@ jobs:
219
run: brew install pkg-config ncurses gtk+ liblo lame flac libogg libtool libvorbis opus mpg123
220
221
- name: Install Qt
222
- uses: jurplel/install-qt-action@v3
+ uses: jurplel/install-qt-action@v4
223
with:
224
version: '5.15.2'
225
host: 'mac'
0 commit comments