From 566b711b33147999a931b2c7d80e19046425b3f6 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Tue, 6 May 2025 19:38:14 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6985287a2d..6dd280f2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: build key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} restore-keys: | - ${{ runner.os }}-cmake-build- + ${{ runner.os }}-${{ runner.arch }}-cmake-build- - name: Configure run: cmake -B build -DWITH_FFMPEG_JOBS="$env:NUMBER_OF_PROCESSORS" - name: Build