diff --git a/.github/actions/just-setup/action.yml b/.github/actions/just-setup/action.yml
index bc718576..cbc4bd3d 100644
--- a/.github/actions/just-setup/action.yml
+++ b/.github/actions/just-setup/action.yml
@@ -24,12 +24,9 @@ runs:
   - uses: samypr100/setup-dev-drive@v3
     if: runner.os == 'Windows'
     with:
-      workspace-copy: true
-      drive-size: 6GB
+      mount-path: ${{ github.workspace }}/target
+      drive-size: 5GB
       drive-type: Fixed
-      env-mapping: |
-        CARGO_HOME,{{ DEV_DRIVE }}/.cargo
-        RUSTUP_HOME,{{ DEV_DRIVE }}/.rustup
   
   - name: Add just to tools to install
     run: echo "tools=just" >>"$GITHUB_ENV"