Tmate.
This commit is contained in:
parent
1a6b9926f6
commit
2f1f082abe
|
@ -30,6 +30,8 @@ jobs:
|
||||||
USER: github_runner
|
USER: github_runner
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix develop .#test --command echo "Ok"
|
run: nix develop .#test --command echo "Ok"
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
- name: Python tests.
|
- name: Python tests.
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /run/opengl-driver/lib/
|
sudo mkdir -p /run/opengl-driver/lib/
|
||||||
|
|
Loading…
Reference in New Issue