Commit e149e7f
committed
fix(ci): use $MCPP variable in fresh user experience steps
ci.yml and ci-macos.yml used bare `mcpp` command which is not in
PATH. ci-windows.yml already used `"$MCPP"` correctly. Align all
three workflows to use the env variable set during bootstrap.1 parent a678082 commit e149e7f
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
0 commit comments