diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 269db81cb..a70bd48cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -332,10 +332,11 @@ jobs: -B build - name: Build run: cmake --build build --config ${{env.BUILD_TYPE}} - - name: Install - run: cmake --build build --target install + # Installing requires non-existing python312_d.lib from swig_avrdude.vcxproj + #- name: Install + # run: cmake --build build --target install - name: Dryrun_test - run: Write-Host "`n`n" -NoNewline | Invoke-Expression -Command './tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"' + run: Write-Host "`n`n" -NoNewline | Invoke-Expression -Command './tools/test-avrdude -e build/src/avrdude.exe -c build/src/avrdude.conf -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"' - name: Archive build artifacts if: always() uses: actions/upload-artifact@v3