Commit e1ffa1f
committed
.github/workflows/nano-server: test ucrt64/bin instead of mingw64/bin
The nano-server smoke test mounts the SDK's per-arch `bin/` into a
container and runs `git.exe` from there. With the SDK now flipping
over to UCRT64, the path under the working tree is `ucrt64/bin/`
rather than `mingw64/bin/`. The check on `main` (and on every other
ucrt64-branch push so far) succeeded only because the mingw64 tree was
still present; the latest push removed it and the next nano-server
run failed with "bind source path does not exist: ...\mingw64\bin",
which this fixes.
Assisted-by: Opus 4.7
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent d233fe4 commit e1ffa1f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
0 commit comments