[WIP] add aws code build

This commit is contained in:
Junya Morioka
2025-08-09 03:53:08 +09:00
parent b915b44bd2
commit abbe023d1a
+5
View File
@@ -25,6 +25,11 @@ 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