Skip to content

Commit b59e415

Browse files
committed
add debugging
1 parent 0f159e8 commit b59e415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/genExamples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
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:

0 commit comments

Comments
 (0)