Update sw.yml

This commit is contained in:
Egor Pugin 2023-10-31 17:10:52 +03:00 committed by GitHub
parent 4dea21b1e8
commit 127292fa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,16 +32,16 @@ jobs:
container: fedora:latest
steps:
- name: packages
if: matrix.os == 'ubuntu-22.04'
run: sudo dnf install cmake
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: tesseract-ocr/test
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')