Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 12, 2024
1 parent 2666b78 commit 67e16f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ jobs:
shell: pwsh
run: |
cmake -B build -DCMAKE_INSTALL_PREFIX=install PlotJuggler
cmake --build build --target install
cmake --build build --target install
- name: Setup tmate session
if: always()
run: |
brew install tmate
tmate -F

0 comments on commit 67e16f1

Please sign in to comment.