mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00
ncurses should hopefully no longer be necessary
This commit is contained in:
parent
7591c77f8c
commit
90384c66ac
3
.github/workflows/ci-esp-idf-next.yml
vendored
3
.github/workflows/ci-esp-idf-next.yml
vendored
@ -32,9 +32,6 @@ jobs:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup | libncurses5
|
||||
run: sudo apt-get install libncurses5
|
||||
|
||||
- name: Setup | Rust
|
||||
if: matrix.target == 'riscv32imc-esp-espidf'
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -34,9 +34,6 @@ jobs:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup | libncurses5
|
||||
run: sudo apt-get install libncurses5
|
||||
|
||||
- name: Setup | Rust
|
||||
if: matrix.target == 'riscv32imc-esp-espidf'
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user