Skip to content

Commit 7f60c69

Browse files
committed
Remove unnecessary SDKROOT/MACOS_DEPLOYMENT_TARGET setup in CI
rustc will figure these out by itself.
1 parent ace7222 commit 7f60c69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ jobs:
185185
rustup default nightly
186186
- run: rustup target add ${{ matrix.target }}
187187
if: "!endsWith(matrix.target, 'emulated')"
188-
- name: Setup (aarch64-apple-darwin)
189-
run: |
190-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
191-
echo "MACOS_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
192-
if: matrix.target == 'aarch64-apple-darwin'
193188
- run: cargo generate-lockfile
194189

195190
# Configure some env vars based on matrix configuration

0 commit comments

Comments
 (0)