Skip to content

Commit 0cac766

Browse files
committed
Print full info
1 parent 756225e commit 0cac766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Print Windows Version
111111
shell: pwsh
112112
run: |
113-
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object LCUVe
113+
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
114114
115115
- name: Checkout
116116
uses: actions/checkout@v5
@@ -157,7 +157,7 @@ jobs:
157157
- name: Print Windows Version
158158
shell: pwsh
159159
run: |
160-
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object LCUVe
160+
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
161161
162162
- name: Checkout
163163
uses: actions/checkout@v5

0 commit comments

Comments
 (0)