Skip to content

Commit

Permalink
fix: Removed the license check; forced the stable toolchain in the ch…
Browse files Browse the repository at this point in the history
…eck step.

Signed-off-by: Jan Willems <[email protected]>
  • Loading branch information
jw committed Mar 9, 2024
1 parent cdc6db7 commit b70cdba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/brt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: cargo make lint-docs
- name: Check typos
uses: crate-ci/typos@master
- name: Lint dependencies
uses: EmbarkStudios/cargo-deny-action@v1
# - name: Lint dependencies
# uses: EmbarkStudios/cargo-deny-action@v1

clippy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,10 +77,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust {{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-make
uses: taiki-e/install-action@cargo-make
- name: Cache Cargo dependencies
Expand Down

0 comments on commit b70cdba

Please sign in to comment.