Skip to content

Commit

Permalink
Move debugging for Windows into new step for cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Nov 22, 2024
1 parent b9e6ee2 commit 6a19884
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ jobs:
vcpkg install openssl:x64-windows-static
choco upgrade protoc -y
rustup target add ${{ matrix.builds.target }}
- name: Install Windows - debugging
if: startsWith(runner.os,'Windows')
shell: cmd
run: |
echo "Debugging ..."
set open
Expand Down

0 comments on commit 6a19884

Please sign in to comment.