Skip to content

Commit

Permalink
11th
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Roldao authored and Ricardo Roldao committed May 15, 2024
1 parent becee85 commit f1af50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f1af50e

Please sign in to comment.