Skip to content

Commit 3913ddc

Browse files
Installing avrdude is not necessary for building
1 parent 11adb63 commit 3913ddc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-multi-os.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
sudo apt update
58-
sudo apt-get install -y avrdude libasound2-dev
58+
sudo apt-get install -y libasound2-dev
5959
- name: Install Python modules
6060
run: |
6161
python -m pip install --upgrade pip
@@ -310,7 +310,6 @@ jobs:
310310
- name: Install dependencies
311311
shell: zsh {0}
312312
run: |
313-
brew install avrdude
314313
mkdir tmp-wheel/
315314
python -m pip install delocate
316315
@@ -449,7 +448,7 @@ jobs:
449448
- name: Install dependencies
450449
run: |
451450
cd squashfs-root
452-
sudo apt-get install -y avrdude libasound2-dev
451+
sudo apt-get install -y libasound2-dev
453452
./AppRun -m pip install --upgrade pip
454453
./AppRun -m pip install --upgrade setuptools
455454
# hack to fix setup.py script with faulty include

0 commit comments

Comments
 (0)