Skip to content

Commit

Permalink
no comment
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 56e65c9 commit 4013124
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) {
& git -C $dbus apply --verbose --directory=${{ runner.workspace }} --ignore-whitespace $patch.FullName
& git -C $dbus apply --verbose --directory=${{ runner.workspace }}\capicxx-dbus-runtime\dbus-1.13.6 --ignore-whitespace $patch.FullName
}
cmake -A x64 -B build-dbus\libdbus -D DBUS_BUILD_TESTS=N -D CMAKE_INSTALL_PREFIX=${{ runner.workspace }}\install -S ${{ runner.workspace }}\capicxx-dbus-runtime\dbus-1.13.6\cmake
Expand Down

0 comments on commit 4013124

Please sign in to comment.