Skip to content

Commit 6da5da9

Browse files
committed
update github actions
1 parent 9f94aa3 commit 6da5da9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_cpp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -76,7 +76,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)