Skip to content

Commit d4797c8

Browse files
committed
debug: add set -ex to Windows fresh user test
1 parent b7e56f4 commit d4797c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ jobs:
111111
- name: Fresh user experience (xlings install mcpp → new → run)
112112
shell: bash
113113
run: |
114-
xlings.exe remove mcpp -y 2>/dev/null || true
114+
set -ex
115+
xlings.exe remove mcpp -y || true
115116
xlings.exe install mcpp -y
117+
which mcpp.exe || echo "mcpp not in PATH"
116118
TMP=$(mktemp -d)
117119
cd "$TMP"
118120
mcpp.exe new hello

0 commit comments

Comments
 (0)