Skip to content

Commit

Permalink
ci: config rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 18, 2024
1 parent fd2399f commit 7067792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable, nightly
target: wasm32-unknown-unknown
- name: Cargo Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 7067792

Please sign in to comment.