Print some useful debug info in the workflow

This commit is contained in:
Fabien LOISON 2021-02-15 18:03:01 +01:00
parent bba9a2287f
commit ffeca88f91
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 6 additions and 1 deletions

View File

@ -19,9 +19,14 @@ jobs:
with:
python-version: 3.9
- name: "Get some useful debug information"
run: |
python -VV
python -c "from distutils import ccompiler; print(ccompiler.get_default_compiler())"
- name: "Build YOGA Windows Standelone Version"
run: |
winbuild\builddist.bat
winbuild\builddist.bat
- name: Archive Windows Build
uses: actions/upload-artifact@v2