Revert "update JUCE"

This reverts commit 67f1c46862.
This commit is contained in:
Boof2015
2026-06-03 10:10:07 -04:00
parent 33b39626aa
commit 9342dc51f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CMAKE_BUILD_PARALLEL_LEVEL: '4'
PRISM_JUCE_VERSION: 8.0.13
PRISM_JUCE_VERSION: 8.0.4
PRISM_WEBVIEW2_VERSION: 1.0.1901.177
SCCACHE_GHA_ENABLED: 'true'
SCCACHE_IGNORE_SERVER_IO_ERROR: '1'
+1 -1
View File
@@ -22,7 +22,7 @@ else()
include(FetchContent)
FetchContent_Declare(JUCE
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
GIT_TAG 8.0.13
GIT_TAG 8.0.4
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(JUCE)
endif()