From a15959758ef79d8c9fbebda5cd1f57d94f5b6578 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 24 Aug 2023 10:54:26 +0800 Subject: [PATCH] ci: put dorothy in manual xdg --- .github/workflows/dorothy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dorothy.yml b/.github/workflows/dorothy.yml index 0fb8cb0c7..3a54e72c5 100755 --- a/.github/workflows/dorothy.yml +++ b/.github/workflows/dorothy.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest env: - DOROTHY: ${{ env.XDG_DATA_HOME }}/dorothy + DOROTHY: ${{ github.workspace }}/.local/share/dorothy VERBOSE: yes CI_COMMIT_MESSAGE: 'ci: adjustments' CI_COMMIT_NAME: 'Continuous Integration'