mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix creating second dev drive
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
9145c87d32
commit
9bea21f287
1 changed files with 1 additions and 0 deletions
1
.github/actions/just-setup/action.yml
vendored
1
.github/actions/just-setup/action.yml
vendored
|
@ -44,6 +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
|
||||||
|
|
||||||
- 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