refactor: fix lifetime annotations in draft.rs

ci: add cargo retry settings
This commit is contained in:
vffuunnyy
2025-08-16 15:31:30 +07:00
parent e26f500ad0
commit bec1b95ad3
6 changed files with 16 additions and 3 deletions

View File

@@ -193,6 +193,9 @@ jobs:
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
env:
CARGO_NET_RETRY: "5"
CARGO_HTTP_CHECK_REVOKE: "false"
steps:
- name: Checkout Repository
uses: actions/checkout@v4