implement all the DSP stuff for AIDA-X

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-18 18:49:46 +02:00
parent 1ad3d130d4
commit 2823dcfe78
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 422 additions and 36 deletions

View file

@ -429,7 +429,7 @@ jobs:
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install libc6:i386 libgcc-s1:i386 libstdc++6:i386 --allow-downgrades
sudo apt-get install -yqq --allow-downgrades libc6:i386 libgcc-s1:i386 libstdc++6:i386
sudo apt-get clean
- name: Set up dependencies
if: ${{ matrix.target == 'win32' }}