gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit a7d1775ba622a0b437f3cf1cd47a7aef01624277
parent ba1d0c1922698b7c9c872fe05f84132113f7b419
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 24 Apr 2024 23:03:35 +0200

fix cron syntax error

Diffstat:
M.github/workflows/nightly.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml @@ -3,7 +3,7 @@ name: Nightly on: workflow_dispatch: schedule: - cron: '0 0 * * *' + - cron: '0 0 * * *' env: BUILD_TYPE: Release