From 7fc54dddf16c964334efe234a5fb10d01390fc97 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Mon, 2 Dec 2024 10:23:05 -0800 Subject: [PATCH] fixed workflow issue --- .github/workflows/run-tests-macos-action.yml | 2 +- .github/workflows/run-tests-windows-action.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests-macos-action.yml b/.github/workflows/run-tests-macos-action.yml index 889ac47..e607425 100644 --- a/.github/workflows/run-tests-macos-action.yml +++ b/.github/workflows/run-tests-macos-action.yml @@ -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 diff --git a/.github/workflows/run-tests-windows-action.yml b/.github/workflows/run-tests-windows-action.yml index 97aa9c1..fcaeb79 100644 --- a/.github/workflows/run-tests-windows-action.yml +++ b/.github/workflows/run-tests-windows-action.yml @@ -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 diff --git a/README.md b/README.md index f0c5572..d9616ca 100644 --- a/README.md +++ b/README.md @@ -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.