mirror of https://github.com/SourMesen/Mesen2
Build: Fixed Windows build failing on latest github windows image
This commit is contained in:
parent
da47fb105e
commit
3069b7b322
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
msbuild-architecture: x64
|
||||
|
||||
- name: Restore packages
|
||||
run: dotnet restore -p:TargetFramework="${{ matrix.platform.targetframework }}" -r win-x64 -p:PublishAot="${{ matrix.platform.aot }}"
|
||||
run: dotnet restore -p:TargetFramework="${{ matrix.platform.targetframework }}" -r win-x64 -p:PublishAot="${{ matrix.platform.aot }}" -p:BuildWithNetFrameworkHostedCompiler=true
|
||||
|
||||
- name: Write commit SHA1 to file
|
||||
uses: ./.github/actions/build-sha1-action
|
||||
|
|
|
|||
Loading…
Reference in New Issue