File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4444 name : " ${{ matrix.distro }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }}"
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 submodules : recursive
50+ ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
5051 - name : Cache ccache
5152 uses : rhaschke/cache@main
5253 with :
Original file line number Diff line number Diff line change 1313 name : pre-commit
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
18+ ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
1819 submodules : recursive
1920 - name : Install clang-format
2021 run : sudo apt-get install clang-format
You can’t perform that action at this time.
0 commit comments