From 96e9dcd0d157d7ccaeebf698c5e44bb7a3e46cdb Mon Sep 17 00:00:00 2001 From: brummer10 Date: Sat, 5 Oct 2024 10:02:53 +0200 Subject: [PATCH] Update1 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed1627a..0567530 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: distrho/dpf-makefile-action@v1 + - uses: ./.github/actions with: target: source