Update ci.yml

This commit is contained in:
Scott Brenner
2025-05-08 22:35:45 -07:00
committed by teejusb
parent d88ca98039
commit 566b711b33
+1 -1
View File
@@ -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