Set up tmate
This commit is contained in:
parent
182477a73b
commit
4012051f93
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -36,6 +36,9 @@ jobs:
|
||||
python3 -c "from PySide2.QtCore import __version__; print(__version__)"
|
||||
python3 -c "from PySide2.QtCore import QLibraryInfo; print(QLibraryInfo.location(QLibraryInfo.LibrariesPath))"
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
$ver = (findstr version .\syncplay\__init__.py).split("'")[1]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user