Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Sep 19, 2023
1 parent 2525127 commit 3a0c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install python3.8-venv for specific IDF versions
if: matrix.idf_ver == 'v4.3' || matrix.idf_ver == 'v4.4'
run: sudo apt-get update && sudo apt-get install -y python3.8-venv
run: sudo apt-get update && sudo apt-get install -y python3.8-venv python3.8-distutils

- name: esp-idf build library
uses: espressif/esp-idf-ci-action@v1
Expand Down

0 comments on commit 3a0c86d

Please sign in to comment.