diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91da672..4a06b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,8 +122,8 @@ jobs: - name: Install just run: | - iwr https://just.systems/install.ps1 -UseBasicParsing | iex - echo "$env:USERPROFILE\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8 + iex "& {$(irm get.scoop.sh)} -RunAsAdmin" + scoop install just - name: Cache Cargo uses: actions/cache@v4