From 90384c66acb5122476f6f3a5ce068fa48e5ca1a9 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 5 Jan 2025 07:02:12 +0000 Subject: [PATCH] ncurses should hopefully no longer be necessary --- .github/workflows/ci-esp-idf-next.yml | 3 --- .github/workflows/ci.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci-esp-idf-next.yml b/.github/workflows/ci-esp-idf-next.yml index b51d06511fc..8624504fcf5 100644 --- a/.github/workflows/ci-esp-idf-next.yml +++ b/.github/workflows/ci-esp-idf-next.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd19226a78..38e927fd56f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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