mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-09-09 13:04:47 +08:00
修复构建错误
This commit is contained in:
@@ -28,7 +28,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build (${{ matrix.BUILD_CONFIGURATION }})
|
name: Build (${{ matrix.BUILD_CONFIGURATION }})
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_CONFIGURATION: [Debug, Release]
|
BUILD_CONFIGURATION: [Debug, Release]
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup MSBuild
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v3
|
||||||
|
|
||||||
- name: Restore NuGet packages
|
- name: Restore NuGet packages
|
||||||
run: nuget restore
|
run: nuget restore
|
||||||
|
|||||||
Reference in New Issue
Block a user