Skip to content

Commit

Permalink
ncurses should hopefully no longer be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 5, 2025
1 parent 7591c77 commit 90384c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-esp-idf-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90384c6

Please sign in to comment.