Skip to content

Commit

Permalink
ci: override false
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 18, 2024
1 parent 6f02c93 commit 8a60b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: 'false'
cache: false
toolchain: stable
target: wasm32-unknown-unknown
override: false
- name: Cargo Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8a60b2e

Please sign in to comment.