Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This modifies the commit 7f166a2. Although Linux CI is run with U20.04, Coverity workflow uses ubuntu-latest, which is currently 22.04, where default gcc is actually 11 and this breaks GPUJPEG compilation with error starting with: ``` -- The C compiler identification is GNU 10.5.0 CMake Error at /usr/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:780 (message): Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed. Compiler: /usr/bin/nvcc ``` fixes failed run <https://github.com/CESNET/UltraGrid/actions/runs/7968323068>
- Loading branch information