mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Update cmake.yml
G++ 8 is not installed by default on Ubuntu 20.04.
This commit is contained in:
parent
3245322d3d
commit
c38471b90d
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- { name: ubuntu-22.04-gcc-11-cmake, os: ubuntu-22.04, cxx: g++-11 } #installed
|
||||
- { name: ubuntu-20.04-gcc-10-cmake, os: ubuntu-20.04, cxx: g++-10 } #installed
|
||||
- { name: ubuntu-20.04-gcc-9-cmake, os: ubuntu-20.04, cxx: g++-9 } #installed
|
||||
- { name: ubuntu-20.04-gcc-8-cmake, os: ubuntu-20.04, cxx: g++-8 } #installed
|
||||
- { name: ubuntu-20.04-gcc-8-cmake, os: ubuntu-20.04, cxx: g++-8 }
|
||||
|
||||
steps:
|
||||
- name: Install compilers on Linux
|
||||
|
Loading…
Reference in New Issue
Block a user