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 067f2db commit abc2701Copy full SHA for abc2701
1 file changed
.github/workflows/basic.yml
@@ -20,15 +20,10 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v6
22
23
- - name: Setup Python 3.10
+ - name: Setup Python 3.13
24
uses: actions/setup-python@v6
25
with:
26
- python-version: '3.10'
27
-
28
- - name: Install system packages
29
- run: |
30
- sudo add-apt-repository ppa:deadsnakes/ppa
31
- sudo apt-get install libpython3.9 libtinfo5
+ python-version: '3.13'
32
33
- name: Activate vcpkg
34
uses: ARM-software/cmsis-actions/vcpkg@v1
0 commit comments