mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Update cmake.yml
remove clang++-13 configuration
This commit is contained in:
parent
e9b3939566
commit
3c224f7ea6
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@ -41,7 +41,6 @@ jobs:
|
||||
- { name: ubuntu-20.04-clang-8-cmake, os: ubuntu-20.04, cxx: clang++-8 } #installed
|
||||
- { name: ubuntu-20.04-clang-9-cmake, os: ubuntu-20.04, cxx: clang++-9 } #installed
|
||||
- { name: ubuntu-20.04-clang-10-cmake, os: ubuntu-20.04, cxx: clang++-10 } #installed
|
||||
- { name: ubuntu-20.04-clang-13-cmake, os: ubuntu-20.04, cxx: clang++-13 } #installed
|
||||
|
||||
- { name: ubuntu-20.04-gcc-7-cmake, os: ubuntu-20.04, cxx: g++-7 } #installed
|
||||
- { name: ubuntu-20.04-gcc-8-cmake, os: ubuntu-20.04, cxx: g++-8 } #installed
|
||||
|
Loading…
Reference in New Issue
Block a user