Skip to content

Commit

Permalink
Switch to dpf-makefile-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jan 30, 2025
1 parent 768bd58 commit 198a4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
strategy:
matrix:
target: [linux-x86_64]
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
extraargs: SSE_CFLAGS="" FFT_FLAG="" modapp
Expand Down

0 comments on commit 198a4d5

Please sign in to comment.