Skip to content

Commit

Permalink
Add ext/svt.sh to the keys of relevant cache files
Browse files Browse the repository at this point in the history
(cherry picked from commit 9049f8a)
  • Loading branch information
wantehchang committed Nov 24, 2023
1 parent f73d0de commit 8198926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-disable-gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
path: ext
key: ${{ runner.os }}-disable-gtest-${{ hashFiles('ext/*.cmd') }}
key: ${{ runner.os }}-disable-gtest-${{ hashFiles('ext/*.cmd', 'ext/svt.sh') }}
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-av2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/cache@v3
with:
path: ext
key: ${{ runner.os }}-static-av2-${{ hashFiles('ext/*.cmd') }}
key: ${{ runner.os }}-static-av2-${{ hashFiles('ext/*.cmd', 'ext/svt.sh') }}
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v3
with:
path: ext
key: ${{ runner.os }}-${{ runner.build-type }}-${{ hashFiles('ext/*.cmd') }}
key: ${{ runner.os }}-${{ runner.build-type }}-${{ hashFiles('ext/*.cmd', 'ext/svt.sh') }}
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit 8198926

Please sign in to comment.