Skip to content

Commit

Permalink
Merge pull request #69 from radixdlt/update-to-rust-1.81
Browse files Browse the repository at this point in the history
Update to rust 1.81
  • Loading branch information
lrubasze authored Dec 13, 2024
2 parents da6af20 + 8d5ec57 commit 714b2e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ runs:
- name: Install Rust toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: 1.77.2
toolchain: 1.81.0
default: true
target: wasm32-unknown-unknown
components: rustfmt

- name: Install nextest
uses: RDXWorks-actions/install-action@nextest
uses: RDXWorks-actions/install-action@main
with:
tool: [email protected]

- name: Set LIBCLANG_PATH # See https://github.com/rust-lang/rust-bindgen/issues/1797
if: runner.os == 'Windows'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

env:
CARGO_TERM_COLOR: always
# Produce a warning and exit with code 0 if no tests to run
# (nextest returns error by default since version 0.9.85)
NEXTEST_NO_TESTS: warn

concurrency:
group: ci-${{ github.ref }}
Expand Down

0 comments on commit 714b2e3

Please sign in to comment.