File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ${{matrix.runs-on}}
3030 steps :
3131 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32+ - name : ccache
33+ uses : hendrikmuhs/ccache-action@v1.2
34+ with :
35+ key : ${{github.job}}-${{matrix.os}}
3236 - name : Prepare
3337 run : cmake -B build
3438 - name : Build
Original file line number Diff line number Diff line change 3030 runs-on : ${{matrix.runs-on}}
3131 steps :
3232 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33+ - name : ccache
34+ uses : hendrikmuhs/ccache-action@v1.2
35+ with :
36+ key : ${{github.job}}-${{matrix.os}}-{{matrix.shared}}
3337 - name : Setup Ninja
3438 run : sudo apt-get install ninja-build
3539 - name : Prepare
Original file line number Diff line number Diff line change 3131 - {gen: Visual Studio 17 2022, arch: x64, config: Debug}
3232 steps :
3333 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34+ - name : ccache
35+ uses : hendrikmuhs/ccache-action@v1.2
36+ with :
37+ key : ${{github.job}}-${{matrix.os}}-${{matrix.config}}
3438 - name : Install Dependencies
3539 run : |
3640 choco install nasm
You can’t perform that action at this time.
0 commit comments