Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 7fc54dd

Browse files
committed
fixed workflow issue
1 parent 0edcfad commit 7fc54dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests-macos-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/run-tests-windows-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)