Skip to content

Commit

Permalink
Downgraded JUCE version to 7.0.1 (issues #379 #391 #398)
Browse files Browse the repository at this point in the history
  • Loading branch information
OKGougou committed May 10, 2023
1 parent aa229d9 commit 5b3c40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SpatGris-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: download JUCE
run: curl -L https://github.com/juce-framework/JUCE/releases/download/7.0.2/juce-7.0.2-linux.zip --output JUCE.zip
run: curl -L https://github.com/juce-framework/JUCE/releases/download/7.0.1/juce-7.0.1-linux.zip --output JUCE.zip
- name: unpack JUCE
run: unzip JUCE.zip
- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ While we do not support a specific routing solution on Linux, there are a lot of

#### 1. Install dependencies

Download and extract [Juce 7.0.2](https://github.com/juce-framework/JUCE/releases/tag/7.0.2)
Download and extract [Juce 7.0.1](https://github.com/juce-framework/JUCE/releases/tag/7.0.1)

##### Additional dependencies on Linux :

Expand Down

0 comments on commit 5b3c40f

Please sign in to comment.