File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -131,18 +131,9 @@ jobs:
131
131
target : ${{ matrix.target }}
132
132
override : true
133
133
134
- - name : aarch64-specific items
135
- run : |
136
- # Use the beta compiler
137
- sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
138
- # Set SDK environment variables
139
- echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
140
- echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
141
- if : matrix.target == 'aarch64-apple-darwin'
142
-
143
134
- name : Run cargo build
144
135
uses : actions-rs/cargo@v1
145
136
with :
146
137
use-cross : ${{ matrix.use-cross }}
147
138
command : build
148
- args : --target=${{ matrix.target }}
139
+ args : --target=${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments