This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Nekobi
mirror of
https://github.com/DISTRHO/Nekobi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Dont package DSSI on macOS
pull/16/head
falkTX
3 years ago
parent
90d9873629
commit
98d1b5c45c
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/build.yml
+ 3
- 1
.github/workflows/build.yml
View File
@@ -44,7 +44,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: macOS binaries
path: bin/*
path: |
bin/*
!bin/*-dssi.dylib
# linux with win64 cross-compilation
#win64:
Write
Preview
Loading…
Cancel
Save