Skip to content

Commit 54d20c1

Browse files
committed
debug
1 parent 14cb58d commit 54d20c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ jobs:
192192
- name: test standalone
193193
run: |
194194
build\${{matrix.buildType}}\qjs.exe -c examples\hello.js -o hello.exe
195-
dir
196-
dir build\${{matrix.buildType}}
197-
hello.exe
195+
.\hello.exe
198196
- name: Set up Visual Studio shell
199197
uses: egor-tensin/vs-shell@v2
200198
with:

0 commit comments

Comments
 (0)