We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f5e2e commit 3b04e5eCopy full SHA for 3b04e5e
.github/workflows/ci_test.yml
@@ -146,9 +146,6 @@ jobs:
146
- name: Build oxen rust project
147
run: |
148
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 }}
152
153
- name: Setup oxen-server user (Linux/macOS)
154
if: matrix.platform != 'windows'
0 commit comments