mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix second dev drive setup
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
9bea21f287
commit
16cc536fab
1 changed files with 1 additions and 1 deletions
2
.github/actions/just-setup/action.yml
vendored
2
.github/actions/just-setup/action.yml
vendored
|
@ -44,7 +44,7 @@ runs:
|
||||||
mount-path: ${{ github.workspace }}/target
|
mount-path: ${{ github.workspace }}/target
|
||||||
drive-size: 3GB
|
drive-size: 3GB
|
||||||
drive-type: Fixed
|
drive-type: Fixed
|
||||||
DEV_DRIVE_PATH: D:\target_drive.vhdx
|
drive-path: D:\target_drive.vhdx
|
||||||
|
|
||||||
- name: Add just to tools to install
|
- name: Add just to tools to install
|
||||||
run: echo "tools=just" >>"$GITHUB_ENV"
|
run: echo "tools=just" >>"$GITHUB_ENV"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue