Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bepvte authored Feb 5, 2024
1 parent 37b96d3 commit ecc875b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ 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

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: actions-rs/[email protected]
with:
toolchain: stable
profile: minimal

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

Expand Down

0 comments on commit ecc875b

Please sign in to comment.