We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16ad08 commit 0f159e8Copy full SHA for 0f159e8
.github/workflows/genExamples.yml
@@ -18,12 +18,11 @@ jobs:
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'
24
- name: Install Dependencies
25
run: |
- sudo apt update
26
- sudo apt install -y cmake ninja-build build-essential
27
pip install pycryptodomex
28
- name: Cache ~/.pico-sdk
29
uses: actions/cache@v4
0 commit comments