Closed ryukau closed 1 month ago
@maxxatgit Are you using the plugins from zip file on the release page, or built from source code?
Probably the plugins in zip files only work on Ubuntu 24.04. I set ubuntu-latest
on GitHub Actions, and it seems like the Ubuntu version is updated recently. I updated documentations in commit 2d8b3bc.
Edit: Fixed the commit link.
Yes, I'm using the plugins from the zip file. Is it possible to choose an older version of Ubuntu to build against?
Yes, it's possible. Instructions are below.
.github/workflows/build.yml
.On step 3, delete all texts in the original build.yml
, and replace to following. Click "Details" below to display the code.
On step 4, following commands trigger GitHub Action. Assuming that the remote name is set as origin
.
git add -A
git commit --allow-empty -m ""
git push -u origin master
After the workflow is completed, you can find the plugins in a bit deep in Action tab in your forked repository.
I will not setup the build for older versions of OSes, because I once got a warning related to the storage limit on GitHub.
Closing due to no response.
This issue opened from the linked comment on another issue.
https://github.com/ryukau/VSTPlugins/issues/35#issuecomment-2379895132_