[WIP] add aws code build

This commit is contained in:
Junya Morioka
2025-06-12 12:56:22 +09:00
parent 10b20cb647
commit 598eaf21ad
+10
View File
@@ -30,6 +30,16 @@ jobs:
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: |
choco install -y cmake
- name: Install Windows Sdk
shell: pwsh
run: |
choco install -y windows-sdk-10.1
- name: Install build dependencies
shell: pwsh
run: |