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 83e10ae commit 1b44b8cCopy full SHA for 1b44b8c
.github/actions/pio-build/action.yml
@@ -4,9 +4,9 @@ description: 'Compile using PlatformIO'
4
inputs:
5
cmsis-version:
6
description: 'CMSIS package version to use'
7
- default: '5.5.1'
+ default: '5.7.0'
8
runs:
9
using: 'docker'
10
image: 'Dockerfile'
11
args:
12
- - ${{ inputs.cmsis-version }}
+ - ${{ inputs.cmsis-version }}
0 commit comments