Skip to content

Commit 761d9c6

Browse files
committed
what-is-this
1 parent 7ec2920 commit 761d9c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13+
include:
14+
- os: windows-latest
15+
dev_drive: true
1316
steps:
17+
- uses: samypr100/setup-dev-drive@v3
18+
if: matrix.dev_drive
19+
with:
20+
env-mapping: |
21+
CARGO_HOME,{{ DEV_DRIVE }}/.cargo
22+
RUSTUP_HOME,{{ DEV_DRIVE }}/.rustup
1423
- uses: actions/checkout@v4
1524
with:
1625
submodules: true

0 commit comments

Comments
 (0)