From 408c38cb7bdd8d687133f55ca84c6608d8fa241f Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Thu, 6 May 2021 00:44:50 -0300 Subject: [PATCH] Debugging --- .github/workflows/qt.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 9ac6a482..4c385f24 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -143,8 +143,7 @@ jobs: set PATH=%CD%\zlib;%CD%\zlib\bin;%PATH% set PATH=%CD%\OpenSSL;%PATH% set PATH=C:\hostedtoolcache\windows\Java_Zulu_jdk\8.0.292-10\x86\bin;%PATH% - cd build - mingw32-make + cd build && pwd && mingw32-make && dir - name: install shell: cmd