File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
# MicroPython version will be contained in github.event.release.tag_name for releases
97
97
RELEASE_FILE : pimoroni-${{matrix.name}}-${{github.event.release.tag_name || github.sha}}-micropython
98
98
MICROPY_BOARD_DIR : " $GITHUB_WORKSPACE/pimoroni-pico-${{ github.sha }}/micropython/board/${{ matrix.BOARD }}"
99
- USER_C_MODULES : " $GITHUB_WORKSPACE/pimoroni-pico-${GITHUB_SHA }/micropython/modules/micropython-${{matrix.name}}.cmake"
99
+ USER_C_MODULES : " $GITHUB_WORKSPACE/pimoroni-pico-${{ github.sha } }/micropython/modules/micropython-${{matrix.name}}.cmake"
100
100
101
101
steps :
102
102
- name : Compiler Cache
@@ -129,9 +129,9 @@ jobs:
129
129
- name : " HACK: Pico SDK Patch"
130
130
if : matrix.patch == true
131
131
shell : bash
132
- working-directory : micropython/ports/rp2
132
+ working-directory : micropython
133
133
run : |
134
- ../../../ pimoroni-pico-${GITHUB_SHA }/micropython/board/pico-sdk-patch.sh ${{matrix.board}}
134
+ $GITHUB_WORKSPACE/ pimoroni-pico-${{ github.sha } }/micropython/board/pico-sdk-patch.sh ${{matrix.board}}
135
135
136
136
- name : Configure MicroPython (Local Board Dir)
137
137
if : matrix.local_board_dir == true
You can’t perform that action at this time.
0 commit comments