Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting committed Apr 16, 2024
1 parent 3fe70b3 commit 3f587a4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- name: Build
shell: powershell
run: |
Get-ChildItem 'C:\Program Files (x86)\Windows Kits\' -Filter signtool.exe -Recurse
choco install windows-sdk-10.1
cd C:\
dir
cd "C:\Program Files (x86)"
dir
Get-ChildItem 'C:\Program Files (x86)\Windows Kits\' -Filter signtool.exe -Recurse
# signtool
Expand Down

0 comments on commit 3f587a4

Please sign in to comment.