make it really use gcc 7

update_github_actions_ubuntu_image
Davis King 1 year ago
parent aac3ca8da1
commit 3b2e48a278

@ -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…
Cancel
Save