Skip to content

Commit

Permalink
Merge pull request #292 from dusk-network/update-CI
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
Eduardo Leegwater Simões authored Nov 21, 2023
2 parents 2d9f776 + 53927bc commit 01446fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
runs-on: core
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: rustup self uninstall -y || true
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add rust-src
- name: Run `make test`
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-11-10"
targets = ["wasm32-unknown-unknown"]
components = ["rust-src", "rustfmt", "rustup", "cargo", "clippy"]
components = ["rust-src", "rustfmt", "cargo", "clippy"]

0 comments on commit 01446fb

Please sign in to comment.