File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
18- - name : Setup Python
19- uses : actions/setup-python@v5
20- with :
21- python-version : 3.13
22- cache : ' pip'
23- cache-dependency-path : ' .github/workflows/genExamples.yml'
2418 - name : Install Dependencies
2519 run : |
2620 pip install pycryptodomex
@@ -29,11 +23,17 @@ jobs:
2923 with :
3024 path : ~/.pico-sdk
3125 key : pico-sdk-${{ hashFiles('scripts/genExamples.py') }}
26+ - name : List ~/.pico-sdk
27+ run : |
28+ ls -la ~/.pico-sdk/*/*
3229 - name : Run genExamples.py
3330 # env:
3431 # SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
3532 run : |
3633 python scripts/genExamples.py
34+ - name : List errors
35+ run : |
36+ ls -la errors-pico*
3737 - name : Upload Artifact
3838 uses : actions/upload-artifact@v4
3939 with :
You can’t perform that action at this time.
0 commit comments