Skip to content

Commit

Permalink
fixed workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Dec 2, 2024
1 parent 0edcfad commit 7fc54dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-macos-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Configure Project
working-directory: ${{github.workspace}}
run: ${{github.workspace}}/jamba-test-plugin/configure.py -- -DJAMBA_DOWNLOAD_VSTSDK=ON
run: ${{github.workspace}}/configure.py -- -DJAMBA_DOWNLOAD_VSTSDK=ON

- name: Run test/validate/archive (Release)
working-directory: ${{github.workspace}}/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Configure Project
working-directory: ${{github.workspace}}
run: python ${{github.workspace}}\jamba-test-plugin\configure.py -G "Visual Studio 17 2022" -- -DJAMBA_DOWNLOAD_VSTSDK=ON -A x64
run: python ${{github.workspace}}\configure.py -G "Visual Studio 17 2022" -- -DJAMBA_DOWNLOAD_VSTSDK=ON -A x64

- name: Run test/validate/archive (Release)
working-directory: ${{github.workspace}}/build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Release Notes
* Removed support for VST2

> [!NOTE]
> This version is not released because there are no new feature or bug fixes, and since
> This version is not released because there are no new features or bug fixes, and since
> it removes support for VST2, it is not released at the moment.
> `master` has been updated to the latest version of Jamba / VST3 SDK so that it compiles with
> more recent versions of macOS / Windows.
Expand Down

0 comments on commit 7fc54dd

Please sign in to comment.