Skip to content

Commit

Permalink
more ci clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Mar 11, 2024
1 parent a2e9aa0 commit 0dc73eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: RocksDB CI

on: [push, pull_request]
env:
RUST_VERSION: 1.75.0

jobs:
style:
Expand All @@ -15,7 +13,6 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
components: rustfmt

- name: Run rustfmt
Expand All @@ -31,7 +28,6 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
components: rust-docs

- name: Run cargo rustdoc
Expand All @@ -47,7 +43,6 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
components: clippy

- name: Run clippy
Expand Down Expand Up @@ -83,7 +78,6 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
target: ${{ matrix.target }}

- name: Remove msys64 # Workaround to resolve link error with C:\msys64\mingw64\bin\libclang.dll
Expand Down

0 comments on commit 0dc73eb

Please sign in to comment.