From a5d7894543efcf090f1ec49d3f069a915e89115f Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Thu, 24 Jul 2025 10:47:26 -0600 Subject: [PATCH] Install just with scoop on Windows --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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