We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07c1db commit b12a554Copy full SHA for b12a554
.github/workflows/Continuous-Integration.yml
@@ -53,6 +53,8 @@ jobs:
53
- name: Compilation
54
id: Compile
55
uses: stm32duino/actions/compile-examples@master
56
+ with:
57
+ cli-version: '0.10.0'
58
59
# Use the output from the `Compile` step
60
- name: Compilation Errors
0 commit comments