Skip to content

Commit

Permalink
💚 Fix CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Nov 28, 2023
1 parent e22de1c commit 892d84b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
env:
POETRY_VERSION: 1.7.1
POETRY_EXPORT_VERSION: 1.6.0
POETRY_HOME: ~/.local/bin/
POETRY: ~/.local/bin/bin/poetry
POETRY_HOME: /home/runner/.local/bin/
POETRY: /home/runner/.local/bin/bin/poetry
steps:
- name: Git clone the repository
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
if: steps.req-cache.outputs.cache-hit != 'true'
uses: actions/cache@v3
with:
path: ~/.local/bin/
path: ${{ env.POETRY_HOME }}
key: poetry-${{ env.POETRY_VERSION }}-${{ env.POETRY_EXPORT_VERSION }}

- name: Install Poetry
Expand Down

0 comments on commit 892d84b

Please sign in to comment.