Browse Source

Add darkglass-anagram headless build

Signed-off-by: falkTX <falktx@falktx.com>
main
parent
commit
fbea15e103
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      .github/workflows/build.yml
  2. +1
    -1
      dpf

+ 3
- 1
.github/workflows/build.yml View File

@@ -228,10 +228,12 @@ jobs:
files: | files: |
${{ github.event.repository.name }}-*.pkg ${{ github.event.repository.name }}-*.pkg


modaudio:
mod-plugin-builder:
strategy: strategy:
matrix: matrix:
include: include:
- name: darkglass-anagram
target: darkglass-anagram
- name: modduo - name: modduo
target: modduo-static target: modduo-static
extraflags: MODDUO=true extraflags: MODDUO=true


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit d2f31dadba31dcd33feaac7c26587491f796ab87
Subproject commit f3be5aee081d87cc7a6795110525569670ff0907

Loading…
Cancel
Save