Skip to content

Commit

Permalink
pyinstaller==5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Sep 28, 2023
1 parent 0a002fb commit c360524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install pyinstaller==5.13.2
pip install --user -e .
- name: Build stub
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit c360524

Please sign in to comment.