File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ rustflags = ["-C", "target-feature=+crt-static"]
55rustflags = [" -C" , " target-feature=+crt-static" ]
66
77[target .aarch64-pc-windows-msvc ]
8+ linker = " C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.44.35207/bin/Hostarm64/arm64/link.exe"
89rustflags = [
910 " -C" , " target-feature=+crt-static" ,
1011 " -L" , " native=C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.44.35207/lib/arm64" ,
Original file line number Diff line number Diff line change @@ -149,8 +149,7 @@ jobs:
149149 - name : Build (Windows ARM64)
150150 if : ${{ contains(matrix.settings.host, 'ARM') }}
151151 run : |
152- set "PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostarm64\arm64;%PATH%"
153- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
152+ set "PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostarm64\arm64;%PATH%;%USERPROFILE%\.cargo\bin"
154153 ${{ matrix.settings.build }}
155154 shell : cmd
156155 - name : Build (Windows)
You can’t perform that action at this time.
0 commit comments