From b0a84dc603783aaa0268e5fc6b8769251cf3e0ed Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sun, 10 Aug 2025 14:25:27 +0900 Subject: [PATCH] [WIP] add aws code build --- .github/workflows/test-code-build.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-code-build.yml b/.github/workflows/test-code-build.yml index c35fabb..3b815f0 100644 --- a/.github/workflows/test-code-build.yml +++ b/.github/workflows/test-code-build.yml @@ -9,6 +9,13 @@ jobs: # runs-on: windows-latest runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }} steps: + - name: configure Pagefile + uses: al-cheb/configure-pagefile-action@v1.2 + with: + minimum-size: 16GB + maximum-size: 32GB + disk-root: "C:" + - uses: actions/checkout@v4 - name: Enable Git long paths shell: pwsh @@ -25,19 +32,6 @@ jobs: use-github-cache: false use-local-cache: false - # - name: Add msbuild to PATH - # uses: microsoft/setup-msbuild@v2 - - # - name: Install VisualStudio BuildTools - # shell: pwsh - # timeout-minutes: 1200 - # run: | - # choco install -y visualstudio2022buildtools ` - # --version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --includeRecommended --includeOptional" - - # - name: Install Windows Sdk - # uses: GuillaumeFalourd/setup-windows10-sdk-action@v2.4 - - name: Install Visual Studio BuildTools (C++/CMake + Windows SDK) shell: pwsh run: |