Skip to content

Commit 329a72b

Browse files
Update main.yml
1 parent c83e307 commit 329a72b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- name: cmake configure
136136
shell: cmd
137137
run: |
138+
set -x
138139
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
139140
mkdir -p build
140141
cd build
@@ -143,6 +144,7 @@ jobs:
143144
- name: build
144145
shell: cmd
145146
run: |
147+
set -x
146148
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
147149
cd build
148150
set CL=/MP

0 commit comments

Comments
 (0)