Browse Source

Fixup CI

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 10 months ago
parent
commit
d3bcbe61d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 11 deletions
  1. +5
    -11
      .github/workflows/build.yml

+ 5
- 11
.github/workflows/build.yml View File

@@ -27,6 +27,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: fake dpf script
run: |
mkdir -p dpf/utils
ln -s $(which ls) dpf/utils/package-osx-bundles.sh
touch carla-macOS.pkg
- uses: distrho/dpf-cmake-action@v1
with:
target: ${{ matrix.target }}
@@ -45,14 +50,3 @@ jobs:
with:
target: ${{ matrix.target }}
pawpaw: true

pluginval:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: distrho/dpf-cmake-action@v1
with:
target: pluginval
pawpaw: true

Loading…
Cancel
Save