Skip to content

Commit

Permalink
👷 调整测试 x8
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Dec 12, 2024
1 parent b7c8fb2 commit a09092c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] || true
- name: Add Rust targets(macOS Intel)
Expand Down

0 comments on commit a09092c

Please sign in to comment.