Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
update build.yaml
Browse files Browse the repository at this point in the history
Windows-2022: The new image with WDK.vsix has been deployed.
  • Loading branch information
MiroKaku authored Sep 15, 2022
1 parent 3e8e286 commit ac2b24a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
submodules: true

- name: setup wdk.vsix
shell: pwsh
run: |
$FilePath = Resolve-Path "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2022\*\WDK.vsix"
Install-VsixExtension -FilePath $FilePath -Name "WDK.vsix" -VSversion "2022" -InstallOnly
#- name: setup wdk.vsix
# shell: pwsh
# run: |
# $FilePath = Resolve-Path "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2022\*\WDK.vsix"
# Install-VsixExtension -FilePath $FilePath -Name "WDK.vsix" -VSversion "2022" -InstallOnly

- name: enable X86 and ARM build support
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit ac2b24a

Please sign in to comment.