File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55
55
- name : Install dependencies
56
56
run : |
57
57
sudo apt update
58
- sudo apt-get install -y avrdude libasound2-dev
58
+ sudo apt-get install -y libasound2-dev
59
59
- name : Install Python modules
60
60
run : |
61
61
python -m pip install --upgrade pip
@@ -310,7 +310,6 @@ jobs:
310
310
- name : Install dependencies
311
311
shell : zsh {0}
312
312
run : |
313
- brew install avrdude
314
313
mkdir tmp-wheel/
315
314
python -m pip install delocate
316
315
@@ -449,7 +448,7 @@ jobs:
449
448
- name : Install dependencies
450
449
run : |
451
450
cd squashfs-root
452
- sudo apt-get install -y avrdude libasound2-dev
451
+ sudo apt-get install -y libasound2-dev
453
452
./AppRun -m pip install --upgrade pip
454
453
./AppRun -m pip install --upgrade setuptools
455
454
# hack to fix setup.py script with faulty include
You can’t perform that action at this time.
0 commit comments