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 8a330d4 commit c4c79bfCopy full SHA for c4c79bf
.github/workflows/build.yaml
@@ -88,7 +88,7 @@ jobs:
88
- name: ccache
89
uses: hendrikmuhs/[email protected]
90
with:
91
- key: v2-${{ matrix.name }}-${{ env.BUILD_TYPE }}
+ key: v3-${{ matrix.name }}-${{ env.BUILD_TYPE }}
92
93
- name: Configure
94
shell: bash
CMakeLists.txt
@@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
6
# Just compliing pluginval
7
if (pluginval_IS_TOP_LEVEL)
8
include(cmake/CPM.cmake)
9
- CPMAddPackage("gh:juce-framework/juce#8.0.4")
+ CPMAddPackage("gh:juce-framework/juce#8.0.3")
10
11
if (APPLE)
12
# Target OS versions down to 10.11
0 commit comments