Skip to content

Commit b50758f

Browse files
fix ci
remove crt linkage, not needed finally should work 😶
1 parent 13815ac commit b50758f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
steps:
3030
- uses: hecrj/setup-rust-action@v2
3131
- uses: actions/checkout@v2
32-
- name: Enable static CRT linkage
33-
run: |
34-
echo '[target.x86_64-pc-windows-msvc]' >> .cargo/config
35-
echo 'rustflags = ["-Ctarget-feature=+crt-static"]' >> .cargo/config
3632
- name: Build binary
3733
run: cargo build --verbose --release
3834
- name: Archive binary

0 commit comments

Comments
 (0)