Skip to content

Commit

Permalink
test-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Roldao authored and Ricardo Roldao committed May 20, 2024
1 parent c8e9776 commit a10261c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
echo "$env:${{ runner.workspace }}\capicxx-dbus-runtime\build-dbus-runtime\Debug" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
ls -l ${{ runner.workspace }}\install\share\dbus-1
ls -l ${{ runner.workspace }}\capicxx-dbus-runtime\build-dbus-runtime
${{ runner.workspace }}\capicxx-dbus-runtime\src\
ls -l ${{ runner.workspace }}\capicxx-dbus-runtime\build-dbus-runtime\src
ls -l ${{ runner.workspace }}\capicxx-dbus-runtime\src\
$dbus_daemon = Start-Job -ScriptBlock {
& ${{ runner.workspace }}\install\bin\dbus-daemon --config-file=${{ runner.workspace }}\install\share\dbus-1\session.conf --nofork --print-address
}
Expand Down

0 comments on commit a10261c

Please sign in to comment.