File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ branding:
99inputs :
1010 default :
1111 description : Set installed toolchain as default
12- default : false
12+ default : " false"
1313 buildtargets :
1414 description : Comma separated list of targets
1515 default : esp32,esp32s2,esp32s3
@@ -18,16 +18,16 @@ inputs:
1818 default : latest
1919 ldproxy :
2020 description : Whether to install ldproxy (required for `std`)
21- default : false
21+ default : " false"
2222 override :
2323 description : Whether to override the toolchain
24- default : true
24+ default : " true"
2525 export :
2626 description : Whether to export the `${ESPUP_EXPORT_FILE}` into the GitHub environment
27- default : true
27+ default : " true"
2828 extended-llvm :
2929 description : Install the whole LLVM instead of only installing the libs
30- default : false
30+ default : " false"
3131 name :
3232 description : Xtensa Rust toolchain name
3333 default : esp
You can’t perform that action at this time.
0 commit comments