mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
ci: stop overriding .cargo/config.toml rustflags in CI workflows
This commit is contained in:
parent
3b823a0982
commit
d49e75b6d2
2 changed files with 3 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
rustflags: ""
|
||||
|
||||
- name: "Make Mold the default linker"
|
||||
uses: rui314/setup-mold@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue