mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Install just with scoop on Windows
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -122,8 +122,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install just
|
- name: Install just
|
||||||
run: |
|
run: |
|
||||||
iwr https://just.systems/install.ps1 -UseBasicParsing | iex
|
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||||
echo "$env:USERPROFILE\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
|
scoop install just
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user