Skip to content

Commit

Permalink
install rustfmt and rust-clippy via pkg_add
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Mar 9, 2024
1 parent cfb9150 commit 4d66813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# We need jq and GNU coreutils to run show-utils.sh and bash to use inline shell string replacement
prepare: |
pkg_add curl sudo-1.9.14.2 jq coreutils bash
pkg_add rust
pkg_add rust rust-rustfmt rust-clippy
run: |
## Prepare, build, and test
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>
Expand Down

0 comments on commit 4d66813

Please sign in to comment.