Skip to content

Commit

Permalink
do not use mise-action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 11, 2024
1 parent 7d0445b commit 82d11e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: jdx/mise-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
cache: false
- run: mkdir -p ~/.local/share/mise/plugins
- run: ln -s $PWD ~/.local/share/mise/plugins/poetry
- run: mise i poetry@latest
Expand Down

0 comments on commit 82d11e3

Please sign in to comment.