From efd8f7d3dfde96ecb193d4d97216e1f3cd938565 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Sun, 16 Nov 2025 06:58:22 -0800 Subject: [PATCH] login --- .github/workflows/pull_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index eae98f16e..4e05d400e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,12 +21,13 @@ jobs: strategy: matrix: runner: - - ubuntu-22.04 - ubuntu-22.04-arm fail-fast: false runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v5 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - uses: ./.github/actions/setup-linux - uses: ./.github/actions/build-linux