From 38e9349493d7b08f47fefcfb0db074f72fe607e2 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 11 Sep 2024 14:36:50 +0200 Subject: [PATCH] Tmate the hell out of this. --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 82512aef..f523b824 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,8 +31,6 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 id: python - env: - AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache with: python-version: 3.11 - name: Install Rust @@ -71,6 +69,8 @@ jobs: # path: | # ~/.cargo/registry # ~/.cargo/git + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Install run: | # export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"