Skip to content

Commit

Permalink
Add packages for clippy build to run (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Nov 1, 2024
1 parent 2e73a2a commit 0b678bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
components: clippy
- name: Print installed Rust toolchains
run: rustup toolchain list
- name: Install required non-Rust build tools
uses: awalsh128/cache-apt-pkgs-action@latest
with:
# TODO: check if we need all the packages below -- this list comes from the Libra build setup script
packages: build-essential lld pkg-config libssl-dev libgmp-dev clang
version: 1.0 # This is a cache key -- change it when you change the package list above
- name: Run cargo fmt
if: env.ENABLE_RUSTFMT == 'True'
# Note the hacky +nightly below
Expand Down

0 comments on commit 0b678bb

Please sign in to comment.