This commit is contained in:
parent
ef0acf113c
commit
90b23c6654
1 changed files with 5 additions and 5 deletions
|
|
@ -16,10 +16,11 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl build-essential
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
|
||||
source "$HOME/.cargo/env"
|
||||
|
||||
- name: Install rust-src
|
||||
run: rustup toolchain install nightly --component rust-src
|
||||
|
|
@ -36,4 +37,3 @@ jobs:
|
|||
name: esp-hal-snippets
|
||||
path: target/riscv32imc-unknown-none-elf/release/esp-hal-snippets
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue