ci(test): remove unneeded link args

This commit is contained in:
Carson M.
2026-01-15 02:49:26 -06:00
parent 98519baca8
commit 49d38a380a

View File

@@ -46,6 +46,3 @@ jobs:
- name: Run tests
run: |
cargo test -p ort --verbose --features fetch-models,tls-rustls -- --test-threads 1
env:
RUSTFLAGS: ${{ startsWith(matrix.platform.os, 'macos') && '-Clink-arg=-fapple-link-rtlib' || '' }}
RUSTDOCFLAGS: ${{ startsWith(matrix.platform.os, 'macos') && '-Clink-arg=-fapple-link-rtlib' || '' }}