Skip to content

Commit

Permalink
added intelhex to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Oct 11, 2024
1 parent 7f0bf33 commit ff9e4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install dependencies
run: |
sudo apt install alsa-base libasound2-dev python3-tk python3-numpy
python3 -m pip install pyinstaller simpleaudio setuptools
python3 -m pip install pyinstaller simpleaudio setuptools intelhex
- name: Build CI
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: install dependencies
run: |
python3 -m pip install pyinstaller simpleaudio setuptools tk numpy
python3 -m pip install pyinstaller simpleaudio setuptools tk numpy intelhex
- name: Build CI
run: |
Expand Down

0 comments on commit ff9e4dc

Please sign in to comment.