Skip to content

Commit

Permalink
Merge pull request #677 from Eebit/fix-ci
Browse files Browse the repository at this point in the history
Fix CI - Add missing Python dependencies
  • Loading branch information
RevoSucks authored Oct 6, 2024
2 parents da8ae13 + 04d701d commit c545425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential binutils-arm-none-eabi libpng-dev && python -m pip install ttp
run: sudo apt-get update && sudo apt-get install -y build-essential binutils-arm-none-eabi libpng-dev && python -m pip install ttp numpy pillow

- uses: actions/checkout@v3

Expand Down

0 comments on commit c545425

Please sign in to comment.