Skip to content

Commit f6737cb

Browse files
authored
Copy the tools directory when building the UF2 via CI
1 parent 8fa4740 commit f6737cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile_to_uf2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
run: |
3434
mkdir micropython/ports/rp2/modules/contrib
3535
mkdir micropython/ports/rp2/modules/experimental
36+
mkdir micropython/ports/rp2/modules/tools
3637
cp -r europi/software/firmware/*.py micropython/ports/rp2/modules
37-
cp -r europi/software/firmware/experimental/*.py micropython/ports/rp2/modules/experimental
3838
cp -r europi/software/contrib/*.py micropython/ports/rp2/modules/contrib
39+
cp -r europi/software/firmware/experimental/*.py micropython/ports/rp2/modules/experimental
40+
cp -r europi/software/firmware/tools/*.py micropython/ports/rp2/modules/tools
3941
4042
- name: install ssd1306 library
4143
run: wget https://raw.githubusercontent.com/stlehmann/micropython-ssd1306/master/ssd1306.py -O micropython/ports/rp2/modules/ssd1306.py

0 commit comments

Comments
 (0)