mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
ci(test): remove unneeded link args
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user