mirror of https://github.com/ospab/ostp.git
fix: resolve macOS ARM64 build fail by eliminating redundant shell env sourcing
This commit is contained in:
parent
8fa2c2d687
commit
e83d81b0a7
|
|
@ -129,7 +129,6 @@ jobs:
|
||||||
if: ${{ !matrix.use_cross && matrix.os != 'windows-latest' }}
|
if: ${{ !matrix.use_cross && matrix.os != 'windows-latest' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
|
|
||||||
cargo build --release --target ${{ matrix.target }} --bin ostp
|
cargo build --release --target ${{ matrix.target }} --bin ostp
|
||||||
|
|
||||||
- name: Execute Specialized Cross-Compilation
|
- name: Execute Specialized Cross-Compilation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue