Skip to content

Commit adebcb0

Browse files
authored
[create-installer] Adding missing build dependencies.
1 parent 92c274c commit adebcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install installer dependencies [Python]
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install dqrobotics pillow pyinstaller
27+
pip install dqrobotics pillow pyinstaller pyserial wheel
2828
- name: Build installer
2929
run: |
3030
pyinstaller installer.spec

0 commit comments

Comments
 (0)