We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0142919 commit 91a5155Copy full SHA for 91a5155
1 file changed
.github/workflows/release.yml
@@ -236,10 +236,8 @@ jobs:
236
with:
237
shared-key: publish
238
239
- - name: Set version from tag
240
- run: |
241
- VERSION="${GITHUB_REF_NAME#v}"
242
- sed -i "s/^version = \".*\"/version = \"$VERSION\"/" Cargo.toml
+ - name: Install dependencies
+ run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt1-dev libxmlsec1-dev libclang-dev tesseract-ocr tesseract-ocr-eng
243
244
- name: Publish to crates.io
245
run: cargo publish --no-default-features --features headless --allow-dirty
0 commit comments