Skip to content

Commit

Permalink
test.yml: add env XDG_CONFIG_HOME workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 17, 2025
1 parent 265a04a commit 7e7bccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- run: cat /etc/nix/nix.conf
# cachix should be available and be able to configure a cache
- run: cachix use cachix
env:
# This is a workaround for https://github.com/actions/partner-runner-images/issues/27
XDG_CONFIG_HOME: ~/.config
- run: nix-build test.nix

custom-nix-path:
Expand Down

0 comments on commit 7e7bccb

Please sign in to comment.