Commit 6854495
committed
Fix Windows CI: ensure Emacs is on PATH after Chocolatey install
The `choco install emacs` command installs Emacs but subsequent CI
steps couldn't find it because the PATH wasn't updated. Now we
locate the installed emacs.exe, add its directory to the machine-level
PATH (so all steps see it), and verify with `emacs --version`.1 parent 4bccd24 commit 6854495
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
114 | 125 | | |
115 | 126 | | |
116 | 127 | | |
| |||
0 commit comments