Skip to content

Commit

Permalink
.github/workflows/rust.yml: run Web tests with nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Sep 19, 2024
1 parent 86678ae commit c84b75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Switch to nightly Rust toolchain
run: |
ln -sf toolchains/nightly/rust-toolchain.toml
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Compile `linera-client` for the browser
run: |
Expand Down
2 changes: 1 addition & 1 deletion linera-service/template/rust-toolchain.toml.template

0 comments on commit c84b75c

Please sign in to comment.