fix: resolve macOS ARM64 build fail by eliminating redundant shell env sourcing

This commit is contained in:
ospab 2026-05-15 16:15:40 +03:00
parent 8fa2c2d687
commit e83d81b0a7
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ jobs:
if: ${{ !matrix.use_cross && matrix.os != 'windows-latest' }}
shell: bash
run: |
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
cargo build --release --target ${{ matrix.target }} --bin ostp
- name: Execute Specialized Cross-Compilation