File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4646 steps :
4747 - uses : actions/checkout@v5
4848 with :
49+ path : " repo"
4950 submodules : recursive
50- ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
51+ ssh-key : ${{ secrets.SSH_KEY }}
52+ - uses : actions/checkout@v5
53+ with :
54+ path : " pybind11"
55+ repository : " PickNikRobotics/pybind11"
56+ submodules : recursive
57+ ssh-key : ${{ secrets.PYBIND_SSH_KEY }}
5158 - name : Cache ccache
5259 uses : rhaschke/cache@main
5360 with :
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 with :
18- ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
18+ ssh-key : ${{ secrets.SSH_KEY }}
1919 submodules : recursive
2020 - name : Install clang-format
2121 run : sudo apt-get install clang-format
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments