Skip to content

Commit

Permalink
Add toolchain for stability on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 20, 2024
1 parent 4c8c4f6 commit ed9a7c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Run CLI tests
working-directory: ./checked_cli
run: |
rustup target add wasm32-unknown-unknown
cargo install [email protected]
npm i
Expand Down
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.77.2"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit ed9a7c3

Please sign in to comment.