Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sokyrko committed Aug 23, 2023
1 parent 5f11796 commit a079402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ runs:
steps:
- run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config unzip --no-install-recommends --assume-yes
shell: bash
- run: rustup component add rustfmt clippy
shell: bash
- run: echo "${HOME}/cargo/bin" | tee -a $GITHUB_PATH
shell: bash
- uses: Swatinem/rust-cache@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
${{ secrets.MAMORU_CORE_KEY }}
${{ secrets.VALIDATION_CHAIN_KEY }}
- uses: ./.github/actions/rust-setup
- run: rustup component add clippy

# TODO(bradh): debug and re-enable this; the caching is breaking the clippy build
# Enable caching of the 'librocksdb-sys' crate by additionally caching the
Expand Down

0 comments on commit a079402

Please sign in to comment.