File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : windows-latest
11+ runs-on : windows-2022
1212 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1313
1414 strategy :
2525
2626 - uses : microsoft/setup-msbuild@v2
2727
28- - run : |
29- $vsInstallerPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vs_community.exe"
30- & $vsInstallerPath --quiet --wait --add Microsoft.VisualStudio.Component.Windows10SDK.19041
31-
3228 - run : echo ${{ secrets.ENV_FILE }} | base64 --decode > .env
3329 shell : bash
3430
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 release :
13- runs-on : windows-latest
13+ runs-on : windows-2022
1414
1515 steps :
1616 - uses : actions/checkout@v5
2121
2222 - uses : microsoft/setup-msbuild@v2
2323
24- - run : |
25- $vsInstallerPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vs_community.exe"
26- & $vsInstallerPath --quiet --wait --add Microsoft.VisualStudio.Component.Windows10SDK.19041
27-
2824 - run : echo ${{ secrets.ENV_FILE }} | base64 --decode > .env
2925 shell : bash
3026
You can’t perform that action at this time.
0 commit comments