File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ jobs:
2222
2323 - name : Configure environment for macOS ARM cross-compiling
2424 run : |
25- echo "CC=aarch64-apple-darwin15.5-clang" >> $GITHUB_ENV
26- echo "CXX=aarch64-apple-darwin15.5-clang++" >> $GITHUB_ENV
27- echo "AR=aarch64-apple-darwin15.5-ar" >> $GITHUB_ENV
25+ echo "PATH=/usr/local/osxcross/bin:$PATH" >> $GITHUB_ENV
26+ echo "CC=aarch64-apple-darwin-clang" >> $GITHUB_ENV
27+ echo "CXX=aarch64-apple-darwin-clang++" >> $GITHUB_ENV
28+ echo "AR=aarch64-apple-darwin-ar" >> $GITHUB_ENV
2829 echo "CFLAGS=-mmacosx-version-min=11.0 -arch arm64" >> $GITHUB_ENV
29- echo "RUSTFLAGS=-C linker=aarch64-apple-darwin15.5 -clang" >> $GITHUB_ENV
30+ echo "RUSTFLAGS=-C linker=aarch64-apple-darwin -clang" >> $GITHUB_ENV
3031
3132 - name : Build zAuth for macOS ARM
3233 run : |
You can’t perform that action at this time.
0 commit comments