Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Feb 3, 2024
1 parent 7122bc0 commit f93589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pkr-bld-hyperv-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: hyper-v install
shell: pwsh
run: |
Get-WindowsFeature
Install-WindowsFeature -Name Hyper-V -IncludeAllSubFeature -IncludeManagementTools
# Restart-Computer -Force
- name: tests
shell: pwsh
run: |
Get-WindowsFeature
packer -v
$hyperv = Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online
# Check if Hyper-V is enabled
Expand Down

0 comments on commit f93589b

Please sign in to comment.