Skip to content

Commit 80f5a5c

Browse files
committed
Unlock uutils-coreutils version
Version 0.5.0 is failing on CI with the following error. Maybe unlocking the version will fix it? Get-Command: C:\Users\runneradmin\scoop\apps\scoop\current\lib\install.ps1:191 Line | 191 | $bin = (Get-Command $target).Source | ~~~~~~~~~~~~~~~~~~~ | The term 'more.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check | the spelling of the name, or if a path was included, verify that the path is correct and try again.
1 parent ad14155 commit 80f5a5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
8484
iwr -useb get.scoop.sh | iex
8585
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
86-
scoop install vcpkg
87-
scoop install uutils-coreutils@0.5.0
86+
scoop install vcpkg uutils-coreutils
8887
shell: pwsh
8988

9089
- name: Restore vcpkg artifact

0 commit comments

Comments
 (0)