mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Remove whitespace at line endings
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
5530cb7f73
commit
6518489c75
4
.github/workflows/sw.yml
vendored
4
.github/workflows/sw.yml
vendored
@ -35,12 +35,12 @@ jobs:
|
||||
- name: packages
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: sudo dnf -y install cmake gcc lld which flex bison clang clang-tools-extra git
|
||||
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: egorpugin/sw-action@master
|
||||
|
||||
|
||||
- name: build
|
||||
if: github.event_name != 'pull_request' && (matrix.os == 'windows-2022')
|
||||
run: ./sw -static -shared -platform x86,x64 -config d,r build
|
||||
|
Loading…
Reference in New Issue
Block a user