Skip to content

Commit

Permalink
XXX try "ls -lR" instead of "find"
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 18, 2024
1 parent 605ad11 commit 41aab43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
- name: Build
run: cmake --build build --config ${{env.BUILD_TYPE}}
- name: Debug output
run: bash find build
run: bash ls -lR 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
Expand Down Expand Up @@ -434,6 +434,8 @@ jobs:
-B build
- name: Build
run: cmake --build build
- name: Debug output
run: bash ls -lR build
- name: "Dryrun test (not installed)"
run: printf "\n\n" | ./tools/test-avrdude -v -t "$TEMP" -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: Install
Expand Down

0 comments on commit 41aab43

Please sign in to comment.