mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix windows ARM 64
This commit is contained in:
parent
0b8bed32cf
commit
cc3cec4c8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue