File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed
Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343 with : { fetch-depth: 0 }
4444
45- - name : Cache APT packages
46- uses : actions/cache@v3
47- with :
48- path : /var/cache/apt
49- key : ${{ runner.os }}-apt-ci-${{ hashFiles('.github/workflows/ci.yml') }}
50- restore-keys : |
51- ${{ runner.os }}-apt-ci-
52-
5345 - name : Install CMake and Ninja
5446 uses : lukka/get-cmake@latest
5547 with :
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434 with : { fetch-depth: 0 }
3535
36- - name : Cache APT packages
37- uses : actions/cache@v3
38- with :
39- path : /var/cache/apt
40- key : ${{ runner.os }}-apt-clang-format-${{ hashFiles('.github/workflows/clang-format.yml') }}
41- restore-keys : |
42- ${{ runner.os }}-apt-clang-format-
43-
4436 - name : Install CMake and Ninja
4537 uses : lukka/get-cmake@latest
4638 with :
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v4
3232 with : { fetch-depth: 0 }
3333
34- - name : Cache APT packages
35- uses : actions/cache@v3
36- with :
37- path : /var/cache/apt
38- key : ${{ runner.os }}-apt-clang-tidy-${{ hashFiles('.github/workflows/clang-tidy.yml') }}
39- restore-keys : |
40- ${{ runner.os }}-apt-clang-tidy-
41-
4234 - name : Install CMake and Ninja
4335 uses : lukka/get-cmake@latest
4436 with :
You can’t perform that action at this time.
0 commit comments