Skip to content

Commit

Permalink
appveyor: update efa windows zip link
Browse files Browse the repository at this point in the history
Old link was failing. Use new link

Signed-off-by: Alexia Ingerson <[email protected]>
  • Loading branch information
aingerson committed Nov 26, 2024
1 parent 2ad2e37 commit 09fee51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Write-Verbose "moving NetworkDirect headers.."
move NetDirect\include\* include\windows
Write-Verbose "done"

$efaWinVersion="1.0.0"
Write-Verbose "downloading efawin version ${efaWinVersion} files.."
Invoke-WebRequest -Uri "https://github.com/aws/efawin/archive/refs/tags/v${efaWinVersion}.zip" -OutFile "efawin.zip"
Write-Verbose "downloading latest efawin version files.."
Invoke-WebRequest -Uri "https://ec2-windows-drivers-efa.s3-us-west-2.amazonaws.com/Latest/EFADriver.zip" -OutFile "efawin.zip"
Write-Verbose "done"

Write-Verbose "extracting efawin files.."
Expand Down

0 comments on commit 09fee51

Please sign in to comment.