From 3387870c36cd5f7af8173e5b138aef368f05219a Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Wed, 13 Nov 2024 17:26:35 +0800 Subject: [PATCH] fix: set all proxy --- .cargo/config.toml | 5 ++++- .github/actions/upload-artifact/action.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index d9b3e7e317f..b89e12e9c2f 100755 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -49,4 +49,7 @@ rustflags = ["-C", "link-args=/FORCE"] [target.x86_64-pc-windows-msvc] rustflags = ["-C", "target-feature=+crt-static"] [target.i686-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file +rustflags = ["-C", "target-feature=+crt-static"] + +[net] +git-fetch-with-cli = true diff --git a/.github/actions/upload-artifact/action.yml b/.github/actions/upload-artifact/action.yml index cabd039f43d..b3c8d7b470e 100644 --- a/.github/actions/upload-artifact/action.yml +++ b/.github/actions/upload-artifact/action.yml @@ -41,7 +41,7 @@ runs: overwrite: true - name: Upload artifact - uses: lynx-infra/cache + uses: lynx-infra/cache@main if: ${{ inputs.type == 'lynx' }} with: name: ${{ inputs.name }}