Skip to content

Commit

Permalink
Revert to 8.0.3 and clear ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Dec 6, 2024
1 parent 3a496de commit 25d251a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: v2-${{ matrix.name }}-${{ env.BUILD_TYPE }}
key: v3-${{ matrix.name }}-${{ env.BUILD_TYPE }}

- name: Configure
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
# Just compliing pluginval
if (pluginval_IS_TOP_LEVEL)
include(cmake/CPM.cmake)
CPMAddPackage("gh:juce-framework/juce#8.0.4")
CPMAddPackage("gh:juce-framework/juce#8.0.3")

if (APPLE)
# Target OS versions down to 10.11
Expand Down

0 comments on commit 25d251a

Please sign in to comment.