We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a066be commit 99eb11fCopy full SHA for 99eb11f
.github/workflows/main.yml
@@ -186,6 +186,15 @@ jobs:
186
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
187
echo "MACOS_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
188
if: matrix.target == 'aarch64-apple-darwin'
189
+ - name: Setup (x86_64-apple-darwin)
190
+ run: |
191
+ brew install binutils
192
+ export PATH="/usr/local/opt/binutils/bin:$PATH"
193
+ if: matrix.target == 'x86_64-apple-darwin'
194
+ - name: Setup (windows-gnu)
195
196
+ C:/msys64/usr/bin/pacman -S binutils
197
+ if: endsWith(matrix.target, 'windows-gnu')
198
- run: cargo generate-lockfile
199
200
# Configure some env vars based on matrix configuration
0 commit comments