diff --git a/.github/workflows/ci-disable-gtest.yml b/.github/workflows/ci-disable-gtest.yml index b1755f74dc..1a3cc35a7e 100644 --- a/.github/workflows/ci-disable-gtest.yml +++ b/.github/workflows/ci-disable-gtest.yml @@ -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/actions-setup-cmake@v1.13 with: diff --git a/.github/workflows/ci-unix-static-av2.yml b/.github/workflows/ci-unix-static-av2.yml index 15fe52a32a..6026ab79a7 100644 --- a/.github/workflows/ci-unix-static-av2.yml +++ b/.github/workflows/ci-unix-static-av2.yml @@ -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/actions-setup-cmake@v1.13 with: diff --git a/.github/workflows/ci-unix-static.yml b/.github/workflows/ci-unix-static.yml index 46670ebcbb..bb6b573b17 100644 --- a/.github/workflows/ci-unix-static.yml +++ b/.github/workflows/ci-unix-static.yml @@ -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/actions-setup-cmake@v1.13 with: diff --git a/ext/svt.sh b/ext/svt.sh index 328998a35e..5a695b6e2a 100644 --- a/ext/svt.sh +++ b/ext/svt.sh @@ -9,7 +9,7 @@ git clone -b v1.6.0 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git cd SVT-AV1 cd Build/linux -./build.sh release static no-dec no-apps +./build.sh disable-native release static no-dec no-apps cd ../.. mkdir -p include/svt-av1 cp Source/API/*.h include/svt-av1