Skip to content

Commit

Permalink
Update to latest dpf
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 5, 2024
1 parent 6a3ba26 commit f009c83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
PAWPAW_COMMIT_HASH: 5d7302b08f2bd6ea83f1d9f564d261ecc15d3414

jobs:
linux:
Expand All @@ -10,7 +18,7 @@ jobs:
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-cmake-action@v1
Expand All @@ -22,9 +30,9 @@ jobs:
strategy:
matrix:
target: [macos-universal-10.15]
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-cmake-action@v1
Expand All @@ -38,7 +46,7 @@ jobs:
target: [win32, win64]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-cmake-action@v1
Expand All @@ -49,7 +57,7 @@ jobs:
pluginval:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-cmake-action@v1
Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 148 files

0 comments on commit f009c83

Please sign in to comment.