Skip to content

Commit a3522b2

Browse files
committed
Fix Visual Studio GH Action BS
Signed-off-by: Christopher Lentocha <christopherericlentocha@gmail.com>
1 parent 2e3b1a8 commit a3522b2

51 files changed

Lines changed: 387 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4.2.2
2121

22-
- name: Set up WDK version 2004 for bcmgenet backwards compatibility
23-
run: |
24-
$wdkSetupPath = "$Env:TEMP\wdksetup.exe"
25-
(New-Object Net.WebClient).DownloadFile('https://go.microsoft.com/fwlink/?linkid=2128854', $wdkSetupPath)
26-
Start-Process -FilePath $wdkSetupPath -ArgumentList "/quiet" -NoNewWindow -Wait
22+
- name: Set up Visual Studio, Windows SDK, and Windows Driver Kits (WDK)
23+
working-directory: ${{env.GITHUB_WORKSPACE}}
24+
run: cmd /c .\vs.bat
2725

2826
- name: Add MSBuild to PATH
2927
uses: microsoft/setup-msbuild@v2

vs.bat

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
1.35 MB
Binary file not shown.
1.36 MB
Binary file not shown.
1.35 MB
Binary file not shown.
1.36 MB
Binary file not shown.
1.36 MB
Binary file not shown.
1.36 MB
Binary file not shown.

vs/WDK.10.0.26100.4202.exe

1.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)