Fix windows ARM 64

This commit is contained in:
Li 2022-07-18 00:40:37 +12:00
parent 0b8bed32cf
commit cc3cec4c8a

View file

@ -232,7 +232,7 @@ jobs:
continue-on-error: false
run: |
cd HISPd
dotnet publish -p:PublishProfile=WinARM.pubxml
dotnet publish -p:PublishProfile=WinARM64.pubxml
cd ..
# dotnet add HISPd package Microsoft.DotNet.ILCompiler --prerelease
# dotnet add HISPd package runtime.win-x64.Microsoft.DotNet.ILCompiler --prerelease