File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
types : [created]
8
8
9
9
env :
10
- MICROPYTHON_VERSION : 38e7b842c6bc8122753cbf0845eb141f28fbcb72
10
+ MICROPYTHON_VERSION : v1.20.0
11
11
12
12
jobs :
13
13
deps :
@@ -125,12 +125,18 @@ jobs:
125
125
with :
126
126
submodules : true
127
127
path : pimoroni-pico-${{ github.sha }}
128
+
129
+ - name : Set MicroPython Version Env Vars
130
+ shell : bash
131
+ run : |
132
+ echo "MICROPY_GIT_TAG=$MICROPYTHON_VERSION, ${{matrix.name}} ${{github.event.release.tag_name || github.sha}}" >> $GITHUB_ENV
133
+ echo "MICROPY_GIT_HASH=$MICROPYTHON_VERSION-${{github.event.release.tag_name || github.sha}}" >> $GITHUB_ENV
128
134
129
135
- name : " HACK: Revert Pico SDK Patch" # Avoid an already-patched MicroPython tree breaking our build
130
136
shell : bash
131
- working-directory : micropython
137
+ working-directory : micropython/lib/pico-sdk
132
138
run : |
133
- git checkout lib/pico-sdk
139
+ git checkout .
134
140
135
141
- name : " HACK: Pico SDK Patch"
136
142
if : matrix.patch == true
You can’t perform that action at this time.
0 commit comments