mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Update sw.yml
This commit is contained in:
parent
764464e098
commit
4dea21b1e8
4
.github/workflows/sw.yml
vendored
4
.github/workflows/sw.yml
vendored
@ -39,6 +39,10 @@ jobs:
|
||||
path: tesseract/test
|
||||
- uses: egorpugin/sw-action@master
|
||||
|
||||
- name: packages
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: sudo dnf install cmake
|
||||
|
||||
- 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