From 54d20c12208e5f524092ffb95a7664e2dae87457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 3 Dec 2024 17:02:59 +0100 Subject: [PATCH] debug --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f365b9..a99cf3c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,9 +192,7 @@ jobs: - name: test standalone run: | build\${{matrix.buildType}}\qjs.exe -c examples\hello.js -o hello.exe - dir - dir build\${{matrix.buildType}} - hello.exe + .\hello.exe - name: Set up Visual Studio shell uses: egor-tensin/vs-shell@v2 with: