Skip to content

Commit c4c79bf

Browse files
committed
Revert to 8.0.3 and clear ccache
1 parent 8a330d4 commit c4c79bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: ccache
8989
uses: hendrikmuhs/[email protected]
9090
with:
91-
key: v2-${{ matrix.name }}-${{ env.BUILD_TYPE }}
91+
key: v3-${{ matrix.name }}-${{ env.BUILD_TYPE }}
9292

9393
- name: Configure
9494
shell: bash

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
66
# Just compliing pluginval
77
if (pluginval_IS_TOP_LEVEL)
88
include(cmake/CPM.cmake)
9-
CPMAddPackage("gh:juce-framework/juce#8.0.4")
9+
CPMAddPackage("gh:juce-framework/juce#8.0.3")
1010

1111
if (APPLE)
1212
# Target OS versions down to 10.11

0 commit comments

Comments
 (0)