Skip to content

Commit a65e661

Browse files
Update main.yml
1 parent 5f99568 commit a65e661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: cmake configure
136136
shell: cmd
137137
run: |
138-
set -x
138+
echo on
139139
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
140140
mkdir -p build
141141
cd build
@@ -144,7 +144,7 @@ jobs:
144144
- name: build
145145
shell: cmd
146146
run: |
147-
set -x
147+
echo on
148148
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
149149
cd build
150150
set CL=/MP

0 commit comments

Comments
 (0)