Skip to content

Commit

Permalink
CI: github actions ensure compiler support
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Aug 16, 2023
1 parent 2ee4de4 commit 91585cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
conan install . --build missing --build=openjpeg -pr:b=default
$(conan info $(pwd)/conanfile.py --paths --package-filter="tesseract/*" | grep package_folder: | sed -e 's/[ \t]*package_folder: //' -e "s/$/\/bin\/tesseract/") --version > $(pwd)/results.txt && \
cat $(pwd)/results.txt && \
if grep -q libopenjp2 $(pwd)/results.txt; then echo "libopenjp2 check successful"; else >&2 echo "Tesseract was not built with openjpeg " ; exit 1; fi && \
if grep -q libopenjp2 $(pwd)/results.txt; then echo "libopenjp2 check successful"; else >&2 echo "Tesseract was not built with openjpeg " ; exit 1; fi
- name: Run tox on Windows
if: contains(matrix.os, 'windows')
shell: cmd
Expand Down

0 comments on commit 91585cc

Please sign in to comment.