Skip to content

Commit 3b04e5e

Browse files
committed
the larger runner apparently doesn't have a D: drive
1 parent 50f5e2e commit 3b04e5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ jobs:
146146
- name: Build oxen rust project
147147
run: |
148148
cargo build --workspace
149-
env:
150-
TEMP: ${{ matrix.platform == 'windows' && 'D:\a\_temp' || runner.temp }}
151-
TMP: ${{ matrix.platform == 'windows' && 'D:\a\_temp' || runner.temp }}
152149
153150
- name: Setup oxen-server user (Linux/macOS)
154151
if: matrix.platform != 'windows'

0 commit comments

Comments
 (0)