This repository was archived by the owner on Feb 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 - name : Configure Project
2121 working-directory : ${{github.workspace}}
22- run : ${{github.workspace}}/jamba-test-plugin/ configure.py -- -DJAMBA_DOWNLOAD_VSTSDK=ON
22+ run : ${{github.workspace}}/configure.py -- -DJAMBA_DOWNLOAD_VSTSDK=ON
2323
2424 - name : Run test/validate/archive (Release)
2525 working-directory : ${{github.workspace}}/build
Original file line number Diff line number Diff line change 1818
1919 - name : Configure Project
2020 working-directory : ${{github.workspace}}
21- run : python ${{github.workspace}}\jamba-test-plugin\ configure.py -G "Visual Studio 17 2022" -- -DJAMBA_DOWNLOAD_VSTSDK=ON -A x64
21+ run : python ${{github.workspace}}\configure.py -G "Visual Studio 17 2022" -- -DJAMBA_DOWNLOAD_VSTSDK=ON -A x64
2222
2323 - name : Run test/validate/archive (Release)
2424 working-directory : ${{github.workspace}}/build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Release Notes
1212* Removed support for VST2
1313
1414> [ !NOTE]
15- > This version is not released because there are no new feature or bug fixes, and since
15+ > This version is not released because there are no new features or bug fixes, and since
1616> it removes support for VST2, it is not released at the moment.
1717> ` master ` has been updated to the latest version of Jamba / VST3 SDK so that it compiles with
1818> more recent versions of macOS / Windows.
You can’t perform that action at this time.
0 commit comments