Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bepvte committed Feb 5, 2024
1 parent 660cddb commit da536db
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/build.yml.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build publish

on:
release:
types: [created]

env:
CARGO_TERM_COLOR: always

jobs:
build:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
steps:

5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install --no-install-recommends -y libtesseract-dev imagemagick
run: sudo apt-get install --no-install-recommends -y libtesseract-dev imagemagick tesseract-ocr-eng

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable

- uses: actions/checkout@v3
- name: Build
run: cargo build --locked

Expand Down

0 comments on commit da536db

Please sign in to comment.