From e5f510d2097b44014a7b0db277cebd1337049aba Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 19:54:40 +0200 Subject: SSH to debug. --- .github/workflows/ci_cuda.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 74437115..a96eb874 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -56,13 +56,15 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - # - name: Install Rust Stable - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: stable - # components: rustfmt, clippy - # override: true - # - uses: Swatinem/rust-cache@v2 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Install Rust Stable + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + components: rustfmt, clippy + override: true + - uses: Swatinem/rust-cache@v2 - name: Test (cuda) run: cargo test --features cuda stop-runner: -- cgit v1.2.3