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 3c59ba60c8349c9d39ad64a8bf65e2c74c9383ac
parent 86834de117cde0df68529afbdf70a63184d3d9b2
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 23 Apr 2024 23:33:40 +0200

fix deprecation warning in github workflow

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

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -19,7 +19,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo apt update && sudo apt install -y libgl1-mesa-dev xorg-dev libasound2-dev - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: "recursive"