summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a0b7fa5..e78ddc6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
+ pawpaw: true
macos:
strategy:
@@ -29,6 +30,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
+ pawpaw: true
windows:
strategy:
@@ -42,6 +44,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
+ pawpaw: true
pluginval:
runs-on: ubuntu-20.04
@@ -52,3 +55,4 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: pluginval
+ pawpaw: true