Skip to content

Commit

Permalink
remove old override command
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Feb 9, 2024
1 parent e11f503 commit bfa82d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
with:
components: rustfmt
toolchain: stable
override: true

# this is cheaper than requesting the non-minimal profile
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check

check:
Expand All @@ -39,7 +36,6 @@ jobs:
with:
components: clippy
toolchain: nightly
override: true

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -71,7 +67,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
override: true

- run: |
- name: Migrate database
Expand Down

0 comments on commit bfa82d5

Please sign in to comment.