Skip to content

Commit

Permalink
Add build debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 28, 2024
1 parent 79264a1 commit 85634dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ jobs:
cmake --version
dir ${{github.workspace}}/host/libhackrf/build/src/Release
dir ${{github.workspace}}/install/bin
type ${{github.workspace}}/host/libhackrf/build/libhackrf.sln
type ${{github.workspace}}/host/libhackrf/build/src/hackrf.vcxproj
if: matrix.os == 'windows-latest'

# - name: Debugging with tmate
# uses: mxschmitt/[email protected]
# if: matrix.os == 'windows-latest'
- name: Debugging with tmate
uses: mxschmitt/[email protected]
if: matrix.os == 'windows-latest'
# GUBED YRAROPMET

# Build hackrf-tools ONLY
Expand Down

0 comments on commit 85634dd

Please sign in to comment.