Skip to content

Commit

Permalink
added copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyDanish committed Oct 12, 2024
1 parent a414477 commit fa08f85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
python-version: '3.10'

- name: Copy board definitions to MicroPython
run: cp -r openjbod/boards/OPENJBOD_RP2040 micropython/ports/rp2/boards/

- name: Install Python requirements
run: "pip install freezefs"

Expand Down

0 comments on commit fa08f85

Please sign in to comment.