.github/workflows: fix typo in XDG_CACHE_HOME

This appears to be one of the contributors to this CI target regularly
entering a bad state with a partially written toolchain.

Updates #self

Signed-off-by: James Tucker <james@tailscale.com>
pull/11227/head
James Tucker 3 months ago committed by James Tucker
parent 651c4899ac
commit c9b6d19fc9

@ -208,7 +208,7 @@ jobs:
env:
HOME: "/tmp"
TMPDIR: "/tmp"
XDB_CACHE_HOME: "/var/lib/ghrunner/cache"
XDG_CACHE_HOME: "/var/lib/ghrunner/cache"
race-build:
runs-on: ubuntu-22.04

Loading…
Cancel
Save