Skip to content

Commit

Permalink
CI/CD: moved to ESP-IDF 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Sep 3, 2024
1 parent 51d212b commit f1ac175
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/espidf-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ RUN apt-get update && \
python3 \
python3-pip \
python3-venv \
python3-virtualenv \
sudo
RUN apt-get clean

RUN pip3 install pyserial

RUN cd /usr/bin && \
ln -sf python3 python && \
ln -sf pip3 pip
Expand All @@ -27,7 +26,7 @@ RUN ln -sf /bin/bash /bin/sh
RUN cd / && \
git clone https://github.com/espressif/esp-idf && \
cd esp-idf && \
git checkout v5.2.1 && \
git checkout v5.3.1 && \
git submodule update --init --recursive

RUN cd /esp-idf && \
Expand Down

0 comments on commit f1ac175

Please sign in to comment.