mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
make it really use gcc 7
This commit is contained in:
parent
aac3ca8da1
commit
3b2e48a278
5
.github/workflows/build_cpp.yml
vendored
5
.github/workflows/build_cpp.yml
vendored
@ -138,7 +138,10 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake ${{ github.workspace }}/dlib/test -B build -DCMAKE_PREFIX_PATH=/home/runner/ffmpeg-n3.2.18_installation
|
run: |
|
||||||
|
export CC=/usr/bin/gcc-7
|
||||||
|
export CXX=/usr/bin/g++-7
|
||||||
|
cmake ${{ github.workspace }}/dlib/test -B build -DCMAKE_PREFIX_PATH=/home/runner/ffmpeg-n3.2.18_installation
|
||||||
|
|
||||||
- name: Build just tests
|
- name: Build just tests
|
||||||
run: cmake --build build --config Release --target dtest --parallel 4
|
run: cmake --build build --config Release --target dtest --parallel 4
|
||||||
|
Loading…
Reference in New Issue
Block a user