implement all the DSP stuff for AIDA-X
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1ad3d130d4
commit
2823dcfe78
3 changed files with 422 additions and 36 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue