Skip to content

Commit

Permalink
Update win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cong0707 authored Aug 9, 2024
1 parent 04a89ae commit 5d0b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sdk-version: 22621

- name: Get Windows SDK Installation Path
run: gci ""C:\Program Files (x86)\Windows Kits\10\10.0.22621.0" -Filter "WS2_32.Lib" -Recurse
run: gci "C:\Program Files (x86)\Windows Kits\10\10.0.22621.0" -Filter "WS2_32.Lib" -Recurse
shell: powershell

- uses: actions/setup-java@v4
Expand Down

0 comments on commit 5d0b220

Please sign in to comment.