This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Forgot dpkg --add-architecture
Signed-off-by: falkTX <falktx@falktx.com>
pull/309/head
falkTX
3 years ago
parent
84822f0d88
commit
5d202eeb98
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/example-plugins.yml
+ 2
- 0
.github/workflows/example-plugins.yml
View File
@@ -81,6 +81,8 @@ jobs:
submodules: recursive
- name: Set up dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -yq g++-multilib libasound2-dev:i386 libgl1-mesa-dev:i386 liblo-dev:i386 libpulse-dev:i386
- name: Build linux x86
env:
Write
Preview
Loading…
Cancel
Save