From a10261c7f85fa6dc2742b2af64bcfd745d54cbe4 Mon Sep 17 00:00:00 2001 From: Ricardo Roldao Date: Mon, 20 May 2024 11:40:24 +0100 Subject: [PATCH] test-dir --- .github/workflows/makefile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c142d37..06bc2fe 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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 }