Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Oct 31, 2023
1 parent 640a39b commit d522f3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
steps:
- name: packages
if: matrix.os == 'ubuntu-22.04'
run: sudo dnf -y install cmake gcc lld which
run: sudo dnf -y install cmake gcc lld which flex bison clang clang-tools-extra git

- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: tesseract-ocr/test
path: tesseract/test
submodules: recursive
- uses: egorpugin/sw-action@master

- name: build
Expand Down

0 comments on commit d522f3b

Please sign in to comment.