Tmate the hell out of this.

This commit is contained in:
Nicolas Patry 2024-09-11 14:36:50 +02:00
parent ae88fa2f61
commit 38e9349493
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -31,8 +31,6 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
id: python id: python
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
with: with:
python-version: 3.11 python-version: 3.11
- name: Install Rust - name: Install Rust
@ -71,6 +69,8 @@ jobs:
# path: | # path: |
# ~/.cargo/registry # ~/.cargo/registry
# ~/.cargo/git # ~/.cargo/git
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install - name: Install
run: | run: |
# export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH" # export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"