diff --git a/.github/workflows/ci-esp-idf-next.yml b/.github/workflows/ci-esp-idf-next.yml index e0b34bb8ab1..3586bbc401a 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 20e65e3462f..d20d794bf3d 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