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 @@ -50,19 +50,10 @@ jobs:
50
50
toolchain : stable
51
51
target : ${{ matrix.target }}
52
52
override : true
53
-
54
- - name : aarch64-specific items
55
- run : |
56
- # Use the beta compiler
57
- sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
58
- # Set SDK environment variables
59
- echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
60
- echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
61
- if : matrix.target == 'aarch64-apple-darwin'
62
53
63
54
- name : Run cargo build
64
55
uses : actions-rs/cargo@v1
65
56
with :
66
57
use-cross : ${{ matrix.use-cross }}
67
58
command : build
68
- args : --release --target ${{ matrix.target }}
59
+ args : --release --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments