From 48b1b61f04eee38abbf92b8f250cab81fb36b973 Mon Sep 17 00:00:00 2001 From: Danut Ilisei Date: Mon, 13 May 2024 14:24:20 +0200 Subject: [PATCH] fix: cache config of poetry --- .github/actions/install-poetry/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/install-poetry/action.yml b/.github/actions/install-poetry/action.yml index e9c96a2..7d10e70 100644 --- a/.github/actions/install-poetry/action.yml +++ b/.github/actions/install-poetry/action.yml @@ -13,7 +13,9 @@ runs: id: cached-poetry uses: actions/cache@v4 with: - path: ~/.local + path: | + ~/.local + ~/.config key: poetry-0 - name: Install Poetry