From 5c951d457a91cf898629da9a0be893d8f4770a17 Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Sat, 28 May 2022 04:43:57 +0700 Subject: [PATCH] Add step to show PATH --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00b3c78..d74ab23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,14 @@ jobs: uses: actions/checkout@v3 - name: Install WinLibs run: choco install winlibs -y --no-progress + shell: cmd - name: Install Qt uses: jurplel/install-qt-action@v2 with: arch: win64_mingw81 + - name: Show PATH + run: echo %PATH% + shell: cmd - name: Run CMake run: cmake_EclipseMinGW.bat 4 _Gcc working-directory: _Build