File tree Expand file tree Collapse file tree 4 files changed +11
-194
lines changed
Expand file tree Collapse file tree 4 files changed +11
-194
lines changed Original file line number Diff line number Diff line change 2020 artifact_name : target/x86_64-unknown-linux-musl/release/debug-tui
2121 asset_name : debug-tui-linux
2222 target : " x86_64-unknown-linux-musl"
23+ - name : macos
24+ os : macos-latest
25+ artifact_name : target/x86_64-unknown-linux-musl/release/debug-tui-apple-darwin
26+ asset_name : debug-tui-apple-darwin
27+ target : " x86_64-apple-darwin"
2328
2429 steps :
2530 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11/target
2+ /test.log
Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ Help for you - press any key to return.
3434
3535Key mappings (prefix with number to repeat):
3636
37+ [r] run
3738[n] next / step into
3839[N] step over
3940[p] previous (switches to history mode if in current mode)
4041[o] step out
41- [j] scroll down (with shift to scroll down 10)
42- [k] scroll up (with shift to scroll up 10)
43- [tab] switch pane
42+ [j] scroll down
43+ [J] scroll down 10
44+ [k] scroll up
45+ [K] scroll up 10
4446[enter] toggle pane focus (full screen)
4547
4648Legend:
You can’t perform that action at this time.
0 commit comments