mirror of https://github.com/InoriRus/Kyty.git
Add step to show PATH
This commit is contained in:
parent
978e18a24e
commit
5c951d457a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue