Skip to content

Commit 1adb01f

Browse files
committed
Use ${{ runner.temp }}
1 parent e60f9fe commit 1adb01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: pre_job
3232
runs-on: ${{ matrix.os }}
3333
env:
34-
XDG_CACHE_HOME: /tmp/ghcide
34+
XDG_CACHE_HOME: ${{ runner.temp }}/ghcide
3535
strategy:
3636
fail-fast: true
3737
matrix:

0 commit comments

Comments
 (0)