switching to powershell for the search

This commit is contained in:
Joseph Flinn 2021-01-06 21:18:30 +00:00
parent d3f330e41f
commit 25b978b9d3
1 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@ jobs:
pkg --help
- name: Search for fetchd
run: dir \*fetched* /s
shell: pwsh
run: Get-ChildItem C:\*fetched*win-x64 -recurse