working ci
Some checks failed
Rust Build / build (push) Failing after 16s

This commit is contained in:
okhsunrog 2024-11-29 03:00:48 +03:00
parent ef0acf113c
commit 90b23c6654

View file

@ -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