Add step to show PATH

This commit is contained in:
Putta Khunchalee 2022-05-28 04:43:57 +07:00
parent 978e18a24e
commit 5c951d457a
1 changed files with 4 additions and 0 deletions

View File

@ -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