Skip to content

Commit efdfd97

Browse files
committed
more
1 parent 761d9c6 commit efdfd97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
1312
include:
13+
- os: ubuntu-latest
14+
- os: windows-latest
1415
- os: windows-latest
1516
dev_drive: true
1617
steps:
@@ -20,6 +21,9 @@ jobs:
2021
env-mapping: |
2122
CARGO_HOME,{{ DEV_DRIVE }}/.cargo
2223
RUSTUP_HOME,{{ DEV_DRIVE }}/.rustup
24+
CARGO_TARGET_DIR,{{ DEV_DRIVE }}/target
25+
drive-type: Fixed
26+
trusted-dev-drive: true
2327
- uses: actions/checkout@v4
2428
with:
2529
submodules: true

0 commit comments

Comments
 (0)