We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace7222 commit 7f60c69Copy full SHA for 7f60c69
.github/workflows/main.yml
@@ -185,11 +185,6 @@ jobs:
185
rustup default nightly
186
- run: rustup target add ${{ matrix.target }}
187
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'
193
- run: cargo generate-lockfile
194
195
# Configure some env vars based on matrix configuration
0 commit comments