Skip to content

Commit

Permalink
Update1
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Oct 5, 2024
1 parent bb27143 commit 96e9dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
- uses: ./.github/actions
with:
target: ${{ matrix.target }}
pawpaw: true
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
- uses: ./.github/actions
with:
target: ${{ matrix.target }}
pawpaw: true
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
- uses: ./.github/actions
with:
target: source

Expand Down

0 comments on commit 96e9dcd

Please sign in to comment.