Skip to content

Commit

Permalink
install bshchk in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ek committed Nov 2, 2024
1 parent 60626f2 commit 9561819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
packages: bc shfmt
version: 1.0
- name: Install bshchk
run: |
curl https://github.com/b1ek/bshchk/releases/download/1.1/bshchk.linux.amd64 -L -o /usr/bin/bshchk
chmod +x /usr/bin/bshchk
- uses: dtolnay/rust-toolchain@stable
- name: Cache dependencies installed with cargo
uses: actions/cache@v4
Expand Down

0 comments on commit 9561819

Please sign in to comment.