Skip to content

Commit

Permalink
turn toolchain override false when building
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Mar 26, 2024
1 parent 48d0d4c commit 8b57a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-build-and-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
override: false
target: ${{ matrix.target }}

- name: Install dependencies (ubuntu only)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
toolchain: stable
components: clippy
override: true
override: false

- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 8b57a72

Please sign in to comment.