File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/cache@v4
2727 with :
2828 path : build
29- key : ${{ runner.os }}-${{ hashFiles('src/CMakeLists.txt', 'src/demo.cpp', 'src/demo.hpp') }}
29+ key : ${{ runner.os }}-${{ github.run_id }}-${{ hashFiles('src/CMakeLists.txt', 'src/demo.cpp', 'src/demo.hpp') }}
3030
3131 - name : Install necessary Linux tools
3232 if : matrix.os == 'ubuntu-latest'
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4545 with :
4646 style : ' '
47- tidy-checks : ' -*'
4847 files-changed-only : false
4948 # to ignore all build folder contents
50- ignore : >-
51- | build
52- | !src
49+ ignore : build
5350 database : ${{ github.workspace }}${{ runner.os == 'Linux' && '/' || '\' }}build
5451 verbosity : debug
5552 version : ${{ matrix.clang-version }}
You can’t perform that action at this time.
0 commit comments