We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3947c8b commit 08566b3Copy full SHA for 08566b3
.github/workflows/compile.yml
@@ -51,7 +51,7 @@ jobs:
51
compile-sketch:
52
needs: process-website #run after
53
strategy:
54
- max-parallel: 1 # since the actions edit files in the repo, only run one at a time.
+ max-parallel: 15 # since the actions edit files in the repo, only run one at a time.
55
matrix:
56
# list of programs to compile (can have multiple programs for multiple boards)
57
# for additional-commands use | to separate multiple commands, to install library, use arduino-cli lib install <Library>
0 commit comments