diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2026-05-16 12:31:14 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2026-05-16 16:06:31 -0400 |
| commit | ded07a7d929dea4457e1c5c1466f34e7f5a8cd46 (patch) | |
| tree | 7a76e0643e827b8b530df37f17d5ee2fcb8b85d1 | |
| parent | ec4954c1f9a14e38a2e8dd0db771b508435e09bb (diff) | |
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.
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d2c8feac98..edfbc9fa50 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -83,8 +83,7 @@ jobs: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser iwr -useb get.scoop.sh | iex Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH - scoop install vcpkg - scoop install uutils-coreutils@0.5.0 + scoop install vcpkg uutils-coreutils shell: pwsh - name: Restore vcpkg artifact |
