diff options
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5d06aaa4..47f75c31 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,13 +23,13 @@ jobs: # Ensure clippy is installed - uses: actions-rust-lang/setup-rust-toolchain@v1 with: + toolchain: 1.83.0 components: clippy - name: Clippy Check uses: clechasseur/rs-clippy-check@v4 with: # We do not run clippy on plugins. - working-directory: ./rust - args: --all-features + args: -p binaryninja --all-features # Check formatting with rustfmt formatting: @@ -40,6 +40,7 @@ jobs: # Ensure rustfmt is installed - uses: actions-rust-lang/setup-rust-toolchain@v1 with: + toolchain: 1.83.0 components: rustfmt - name: Rustfmt Check uses: actions-rust-lang/rustfmt@v1 |
