summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-12-06 11:25:43 +0000
committerfalkTX <falktx@falktx.com>2022-12-06 11:25:43 +0000
commit59c2cd79ca30a6c891b0c353551b3a795d18a8e6 (patch)
tree436314969de8b25e2ec1f7fb4ae98f055ad714d5
parent7c18b78ee8c4fd2731f00f62b7b4763771d610f3 (diff)
Install extra deps for CI
Signed-off-by: falkTX <falktx@falktx.com>
-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