Skip to content

Commit

Permalink
.github/workflows: fix typo in XDG_CACHE_HOME
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
raggi committed Feb 24, 2024
1 parent 651c489 commit c9b6d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b6d19

Please sign in to comment.