[WIP] add aws code build

This commit is contained in:
Junya Morioka
2025-08-09 04:07:42 +09:00
parent abbe023d1a
commit 5b92ee0423
+5 -10
View File
@@ -25,28 +25,23 @@ jobs:
use-github-cache: false
use-local-cache: false
- name: Install winget
shell: pwsh
run: |
choco install -y winget
- name: Install VisualStudio BuildTools
shell: pwsh
timeout-minutes: 1200
# choco install -y visualstudio2022buildtools `
# --version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --includeRecommended --includeOptional"
run: |
winget install --id=Microsoft.VisualStudio.2022.BuildTools -e
choco install -y visualstudio2022buildtools `
--version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --includeRecommended --includeOptional"
- name: Install CMake
shell: pwsh
run: |
winget install CMake
choco install -y cmake
- name: Install Windows Sdk
shell: pwsh
timeout-minutes: 1200
run: |
winget install --source winget --exact --id Microsoft.WindowsSDK.10.0.26100
choco install -y --execution-timeout=1000000 windows-sdk-10.1
- name: Install build dependencies
shell: pwsh