Skip to content

Commit 0f159e8

Browse files
committed
fixups
1 parent e16ad08 commit 0f159e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/genExamples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
21+
python-version: 3.13
2122
cache: 'pip'
2223
cache-dependency-path: '.github/workflows/genExamples.yml'
2324
- name: Install Dependencies
2425
run: |
25-
sudo apt update
26-
sudo apt install -y cmake ninja-build build-essential
2726
pip install pycryptodomex
2827
- name: Cache ~/.pico-sdk
2928
uses: actions/cache@v4

0 commit comments

Comments
 (0)