Skip to content

Commit

Permalink
fix: set all proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Nov 13, 2024
1 parent b7ac664 commit 3387870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
rustflags = ["-C", "target-feature=+crt-static"]

[net]
git-fetch-with-cli = true
2 changes: 1 addition & 1 deletion .github/actions/upload-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3387870

Please sign in to comment.