File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4343 with :
4444 path : ext
45- key : ${{ runner.os }}-disable-gtest-${{ hashFiles('ext/*.cmd') }}
45+ key : ${{ runner.os }}-disable-gtest-${{ hashFiles('ext/*.cmd', 'ext/svt.sh' ) }}
4646 - name : Setup cmake
4747 uses : jwlawson/actions-setup-cmake@187efd9581ed20ee4e03c0dfb9ac2cd5896c4835 # v1.14.1
4848 with :
Original file line number Diff line number Diff line change 3636 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3737 with :
3838 path : ext
39- key : ${{ runner.os }}-static-av2-${{ hashFiles('ext/*.cmd') }}
39+ key : ${{ runner.os }}-static-av2-${{ hashFiles('ext/*.cmd', 'ext/svt.sh' ) }}
4040 - name : Setup cmake
4141 uses : jwlawson/actions-setup-cmake@187efd9581ed20ee4e03c0dfb9ac2cd5896c4835 # v1.14.1
4242 with :
Original file line number Diff line number Diff line change 3737 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3838 with :
3939 path : ext
40- key : ${{ runner.os }}-${{ runner.build-type }}-${{ hashFiles('ext/*.cmd') }}
40+ key : ${{ runner.os }}-${{ runner.build-type }}-${{ hashFiles('ext/*.cmd', 'ext/svt.sh' ) }}
4141 - name : Setup cmake
4242 uses : jwlawson/actions-setup-cmake@187efd9581ed20ee4e03c0dfb9ac2cd5896c4835 # v1.14.1
4343 with :
You can’t perform that action at this time.
0 commit comments