Skip to content

Commit

Permalink
Add mcu boot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoLlobet committed Jan 11, 2024
1 parent 5244508 commit f018eb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
cache: 'pip'
# Installs dependencies using pip
- name: Install deps
run: python -m pip install --upgrade pip setuptools wheel -r requirements.txt
run: |
python -m pip install --upgrade pip setuptools wheel -r requirements.txt
python -m pip install --upgrade -r csrc/mcuboot/mcuboot/scripts/requirements.txt
# Runs the Zig formatter and AST checker
- name: Run Zig formatter
Expand Down

0 comments on commit f018eb0

Please sign in to comment.