Skip to content

Commit

Permalink
ci(tinyusb): Removed unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 17, 2024
1 parent 45aafa6 commit 803836b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_and_run_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,7 @@ jobs:
container:
image: espressif/idf:${{ matrix.idf_ver }}
options: --privileged --device-cgroup-rule="c 188:* rmw" --device-cgroup-rule="c 166:* rmw" --group-add plugdev
env:
IDF_PATH: /opt/esp/idf
steps:
- uses: actions/checkout@v4
- name: ⚙️ Install System tools
run: |
apt update
apt install net-tools
- name: ⚙️ Install Python packages
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
Expand Down

0 comments on commit 803836b

Please sign in to comment.