From f1af50ea36fe07bac4b5e9d8ec835a147050fc5f Mon Sep 17 00:00:00 2001 From: Ricardo Roldao Date: Wed, 15 May 2024 14:55:00 +0100 Subject: [PATCH] 11th --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 7e5eabe..1a6a90d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -123,7 +123,7 @@ jobs: } foreach ($patch in $patches) { - $gitOutput = & git apply --verbose --directory=${{ runner.workspace }}\capicxx-dbus-runtime\dbus-1.13.6 --ignore-whitespace $patch.FullName 2>&1 + $gitOutput = & git apply --verbose --directory=${{ runner.workspace }}\capicxx-dbus-runtime\dbus-1.13.6\dbus --ignore-whitespace $patch.FullName 2>&1 Write-Output $gitOutput }