From a09092c524e82ca87768afff8552e28b7b44a8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 12 Dec 2024 09:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E8=B0=83=E6=95=B4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20x8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c586976a..5094ff45 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,11 +31,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup SSH - uses: webfactory/ssh-agent@v0.5.3 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Add SSH known hosts - run: ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts - name: Test SSH connection run: ssh -T git@github.com || true - name: Add Rust targets(macOS Intel)