From 8663c3a9cce95919aeaf3e6f007911e176ae3554 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 18 Aug 2024 16:43:04 +0200 Subject: [PATCH] XXX msvc: still looking for built files --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0d1ed81d..a7517ed81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -364,6 +364,8 @@ jobs: -B build - name: Build run: cmake --build build --config ${{env.BUILD_TYPE}} + - name: Debug output + run: bash find build - name: "Dryrun test (not installed)" run: Write-Host "`n`n" -NoNewline | bash tools/test-avrdude -v -t $env:TEMP -e build/src/RelWithDebInfo/avrdude.exe -c "-C build/src/RelWithDebInfo/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28" # Installing requires non-existing python312_d.lib from swig_avrdude.vcxproj