From e83d81b0a700c9eb2b81f427eb460589f9212fa4 Mon Sep 17 00:00:00 2001 From: ospab Date: Fri, 15 May 2026 16:15:40 +0300 Subject: [PATCH] fix: resolve macOS ARM64 build fail by eliminating redundant shell env sourcing --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8325a4a..b91e10a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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