mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
[WIP] add aws code build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user