mirror of
https://github.com/CompeyDev/seal.devcomp.xyz.git
synced 2024-12-12 12:50:40 +00:00
chore(actions): add toolchain details to toolchain step
This commit is contained in:
parent
70327c1106
commit
c493334a4f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
@ -16,6 +16,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install Rust Toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
target: wasm32-unknown-unknown
|
||||
components: rustc, cargo
|
||||
- name: Install `cargo-binstall` Command
|
||||
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
- name: Install Trunk
|
||||
|
|
Loading…
Reference in a new issue