Commit 52a72ac
committed
ci: quote the emsdk install step's run value
`run: "$MCPP" toolchain install emsdk 6.0.9` is not valid YAML -- a
quoted scalar followed by trailing unquoted tokens -- and made the
whole workflow file fail to parse. Wrap the value in single quotes.1 parent 1d25c1c commit 52a72ac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
| 1081 | + | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| |||
0 commit comments