Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Nov 10, 2023
1 parent 893d044 commit ab88a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

test:
name: Make test
runs-on: ubuntu-latest
runs-on: core
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-08-24"
targets = ["wasm32-unknown-unknown"]
components = ["rust-src", "rustfmt", "rustup", "clippy"]
components = ["rust-src", "rustfmt", "rustup", "cargo", "clippy"]

0 comments on commit ab88a27

Please sign in to comment.