File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040 sudo apt update
4141 sudo apt install libwebp-dev make yasm
4242
43- - name : Cache cmake 3.8 .0
43+ - name : Cache cmake 3.10 .0
4444 uses : actions/cache@v3
4545 id : cache-cmake-download
4646 with :
4747 # cache this folder:
48- path : ~/cmake-3.8 .0-Linux-x86_64
49- key : cmake-3.8 .0_try3
48+ path : ~/cmake-3.10 .0-Linux-x86_64
49+ key : cmake-3.10 .0_try3
5050
5151 - run : |
5252 # Get the minimum version of cmake dlib supports
53- wget https://cmake.org/files/v3.8 /cmake-3.8 .0-Linux-x86_64.tar.gz
54- tar -xf cmake-3.8 .0-Linux-x86_64.tar.gz -C ~
53+ wget https://cmake.org/files/v3.10 /cmake-3.10 .0-Linux-x86_64.tar.gz
54+ tar -xf cmake-3.10 .0-Linux-x86_64.tar.gz -C ~
5555 if: steps.cache-cmake-download.outputs.cache-hit != 'true'
5656
5757 - name : Cache FFmpeg 5
7676 run : |
7777 mkdir build
7878 cd build
79- ~/cmake-3.8 .0-Linux-x86_64/bin/cmake -DCMAKE_PREFIX_PATH=/home/runner/ffmpeg-n5.1.3_installation ..
79+ ~/cmake-3.10 .0-Linux-x86_64/bin/cmake -DCMAKE_PREFIX_PATH=/home/runner/ffmpeg-n5.1.3_installation ..
8080
8181 - name : Build just tests
8282 run : |
You can’t perform that action at this time.
0 commit comments